Fix new favicon package support, missing tags

Minor improvements
main
Raymond Wanyoike 2016-11-11 15:35:32 +03:00
parent 4adcdd7d71
commit 24aa65fcad
4 changed files with 7 additions and 8 deletions

View File

@ -27,7 +27,7 @@
/* ------------------------------------------------------------------------- */
::selection {
background: #0085A1;
background: #0085a1;
color: #fff;
text-shadow: none;
}
@ -36,7 +36,7 @@ body {
background-color: #f5f5f5;
font-family: Merriweather, Georgia, serif;
font-size: 16px;
line-height: 1.75;
line-height: 1.5;
}
h1,

View File

@ -21,13 +21,11 @@
<i class="fa fa-fw fa-clock-o"></i>
{{ article.locale_date }}
</li>
<li>&middot;</li>
<li>
<i class="fa fa-fw fa-folder-open"></i>
<a href="{{ SITEURL }}/{{ article.category.url }}">{{ article.category }}</a>
</li>
{% if article.tags %}
<li>&middot;</li>
<li>
<i class="fa fa-fw fa-tags"></i>
{% for tag in article.tags %}
@ -36,7 +34,6 @@
</li>
{% endif %}
{% if article.authors and ARTICLE_AUTHORS %}
<li>&middot;</li>
<li>
<i class="fa fa-fw fa-users"></i>
{% for author in article.authors %}

View File

@ -38,6 +38,8 @@
<link rel="apple-touch-icon" href="{{ SITEURL }}/apple-touch-icon.png" sizes="180x180">
<link rel="icon" type="image/png" href="{{ SITEURL }}/favicon-32x32.png" sizes="32x32">
<link rel="icon" type="image/png" href="{{ SITEURL }}/favicon-16x16.png" sizes="16x16">
<link rel="manifest" href="{{ SITEURL }}/manifest.json">
<meta name="theme-color" content="#333333">
{% endif %}
<link rel="stylesheet" href="{{ SITEURL }}/theme/css/bootstrap.min.css">
@ -60,7 +62,7 @@
<div class="row">
{% if SITEIMAGE %}
<div class="col-sm-4 hidden-xs">
<a href="{{ SITEURL }}"><img class="img-thumbnail img-circle" src={{ SITEIMAGE }}></a>
<a href="{{ SITEURL }}"><img class="img-responsive" src={{ SITEIMAGE }}></a>
</div>
{% endif %}
<div class="col-sm-{% if SITEIMAGE %}8{% else %}12{% endif %}">
@ -130,7 +132,7 @@
</nav>
</div>
<div class="col-sm-6 hidden-xs text-right text-muted">
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a> using <a href="https://github.com/nairobilug/pelican-alchemy">&#x2728; alchemy</a>.
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a> using <a href="https://github.com/nairobilug/pelican-alchemy">&#x2728; alchemy</a>
</div>
</div>
</div>

View File

@ -13,7 +13,7 @@
(d.head || d.body).appendChild(s);
})();
</script>
<noscript>
<noscript class="text-muted">
Please enable JavaScript to view the <a href="https://disqus.com/?ref_noscript" rel="nofollow">comments powered by Disqus.</a>
</noscript>
{% endif %}