diff options
Diffstat (limited to '_layouts/post.html')
| -rw-r--r-- | _layouts/post.html | 24 |
1 files changed, 4 insertions, 20 deletions
diff --git a/_layouts/post.html b/_layouts/post.html index 0b25d7c..116bab4 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -11,29 +11,13 @@ <main> <div class="container"> - <img src="{{ site.baseurl }}/assets/img/grunge.png" alt="" class="line"> - <p class="center">[ N<sup>o</sup>{% for post in site.posts %} - {% if post.title == page.title %} - {{ forloop.index | roman }} - {% endif %} - {% endfor %} ] - <span> {{ page.keywords }}</span></p> - <img src="{{ site.baseurl }}/assets/img/grunge.png" alt="" class="line flip"> - <h2 class="brand center" id="title">{{ page.title | upcase }}</h2> - {% if page.abstract %}<h5 class="center">{{ page.abstract }}</h5>{% endif %} - {% if page.category %} - <img src="{{ site.baseurl }}/assets/img/grunge.png" alt="" class="line tag flip"> - <p class="right tagline">{{ page.category }}</p> - <img src="{{ site.baseurl }}/assets/img/grunge.png" alt="" class="line tag"> - {% endif %} + + <h6 class="center">{{ page.date | date_to_long_string | upcase }}</h5> + <br> - <h4 class="center space">{{ site.location | upcase }}</h4> - <h5 class="center">{{ page.date | date_to_long_string | upcase }}</h5> - <div class="threecol justify"> - {{ content }} - </div> + <div class="threecol justify">{{ content }}</div> <p class="right italics">by {{ page.author }}</p> </div> |
