Sha256: bfbc97214366fcf8135dce16abf20fa03f6b25f359f2a3cbe7b8a3cd576f68e5

Contents?: true

Size: 657 Bytes

Versions: 8

Compression:

Stored size: 657 Bytes

Contents

<div class="row my-4">
  {%- for topic in include.topics %}
  {%- if topic.title != page.title %}
  <div class="col-sm-6">
    {%- if site.url contains "http://" or site.url contains "https://" %}
    <p><a class="link-offset-3 link-offset-3-hover link-underline link-underline-opacity-25 link-underline-opacity-75-hover" href="{{ topic.url }}">{{ topic.title }}</a></p>
    {%- else %}
    <p><a class="link-offset-3 link-offset-3-hover link-underline link-underline-opacity-25 link-underline-opacity-75-hover" href="{{ site.url }}{{ site.baseurl }}{{ topic.url }}">{{ topic.title }}</a></p>
    {%- endif %}
  </div>
  {%- endif %}
  {%- endfor %}
</div>

Version data entries

8 entries across 8 versions & 1 rubygems

Version Path
jekyll-theme-centos-2.51.1.beta.56 _includes/base/topics.html
jekyll-theme-centos-2.51.1.beta.55 _includes/base/topics.html
jekyll-theme-centos-2.51.1.beta.54 _includes/base/topics.html
jekyll-theme-centos-2.51.1.beta.53 _includes/base/topics.html
jekyll-theme-centos-2.51.1.beta.52 _includes/base/topics.html
jekyll-theme-centos-2.51.1.beta.51 _includes/base/topics.html
jekyll-theme-centos-2.51.1.beta.50 _includes/base/topics.html
jekyll-theme-centos-2.51.1.beta.49 _includes/base/topics.html