mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Fix new favicon package support, missing tags
Minor improvements
This commit is contained in:
parent
4adcdd7d71
commit
24aa65fcad
4 changed files with 7 additions and 8 deletions
|
|
@ -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">✨ alchemy</a>.
|
||||
Generated by <a href="https://github.com/getpelican/pelican" target="_blank">Pelican</a> using <a href="https://github.com/nairobilug/pelican-alchemy">✨ alchemy</a>
|
||||
</div>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue