mirror of
https://github.com/nairobilug/pelican-alchemy.git
synced 2024-12-30 12:15:06 +01:00
Add missing HTML img alt attribute
Wrap content body in div Add title class to titles Show icons with the teaser metadata Visual improvements
This commit is contained in:
parent
0ec99b17d0
commit
8b0903ec8e
5 changed files with 63 additions and 43 deletions
|
|
@ -63,12 +63,12 @@
|
|||
<div class="container">
|
||||
<div class="row">
|
||||
{% if SITEIMAGE %}
|
||||
<div class="col-sm-4 hidden-xs">
|
||||
<a href="{{ SITEURL }}"><img class="img-responsive" src={{ SITEURL }}{{ SITEIMAGE }}></a>
|
||||
<div class="col-sm-4">
|
||||
<a href="{{ SITEURL }}"><img class="img-responsive" src={{ SITEURL }}{{ SITEIMAGE }} alt="{{ SITENAME }}"></a>
|
||||
</div>
|
||||
{% endif %}
|
||||
<div class="col-sm-{% if SITEIMAGE %}8{% else %}12{% endif %}">
|
||||
<h1><a href="{{ SITEURL }}">{{ SITENAME }}</a></h1>
|
||||
<h1 class="title"><a href="{{ SITEURL }}">{{ SITENAME }}</a></h1>
|
||||
{% if SITESUBTITLE %}
|
||||
<p>{{ SITESUBTITLE }}</p>
|
||||
{% endif %}
|
||||
|
|
@ -108,7 +108,7 @@
|
|||
</div>
|
||||
</div>
|
||||
|
||||
<footer class="footer text-muted">
|
||||
<footer class="footer">
|
||||
<div class="container">
|
||||
<div class="row">
|
||||
<ul class="col-sm-6 list-inline">
|
||||
|
|
@ -121,7 +121,7 @@
|
|||
<li><a href="{{ SITEURL }}/tags.html">Tags</a></li>
|
||||
{% endif %}
|
||||
</ul>
|
||||
<div class="col-sm-6 hidden-xs text-right">
|
||||
<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/rwanyoike/pelican-alchemy" target="_blank">✨ alchemy</a>
|
||||
</div>
|
||||
</div>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue