Sha256: 5bc30eeafd15e1026f61a0ebecce2f3944303493234b5cf8d278e799f19576ee
Contents?: true
Size: 1.73 KB
Versions: 5
Compression:
Stored size: 1.73 KB
Contents
--- layout: default --- <article {% if page.feature-img or page.color %}class="feature-image" {% endif %}> <header id="main" style=""> <div class="title-padder"> {% if page.hide_title %} <div class="feature-image-padding"></div> {% else %} <h1 id="{{ page.title | cgi_escape }}" class="title">{{ page.title }}</h1> {% include post_info.html author=page.author date=page.date %} {% endif %} </div> </header> <section class="post-content"> {% if page.bootstrap %} <div class="bootstrap-iso"> {% endif %} {{ content }} {% if page.bootstrap %} </div> {% endif %} </section> <!-- Social media shares --> {% include share_buttons.html %} <!-- Tag list --> {% capture tag_list %}{{ page.tags | join: "|"}}{% endcapture %} {% include tags_list.html tags=tag_list %} </article> <!-- Disqus --> {% if site.disqus_shortname or site.theme_settings.disqus_shortname %} {% include disqus.html %}{% endif %} <!-- Post navigation --> {% if site.post_navigation or site.theme_settings.post_navigation %} {% include post_nav.html %} {% endif %} <!-- To change color of links in the page --> <style> {% if page.color %} .feature-image a { color: {{ page.color }} !important; } div#post-nav a { color: {{ page.color }} !important; } footer a { color: {{ page.color }} !important; } .site-header nav a:hover { color: {{ page.color }} !important; } header#main { background-color: {{ page.color }} !important; } {% endif %} header#main { background-repeat:no-repeat; {% if page.feature-img %} background-image: url('{{ page.feature-img | relative_url }}'); {% elsif page.color %}background-image: url('{{ site.color_image | relative_url }}'); {% endif %} } </style>
Version data entries
5 entries across 5 versions & 1 rubygems