i have no idea how many changes
This commit is contained in:
@ -5,13 +5,9 @@
|
||||
{% block content %}
|
||||
<article>
|
||||
<header class="px-4">
|
||||
<h1 class="text-3xl text-blue-900 mb-3">{{title}}</h1>
|
||||
<aside class="flex justify-around flex-row">
|
||||
<section class="">
|
||||
{% for tag in tags %}
|
||||
<a href="/blog/tags/{{tag}}" class="text-blue-700">#{{tag}}</a>
|
||||
{% endfor %}
|
||||
</section>
|
||||
<h1 class="text-3xl text-blue-900 mb-3 font-semibold">{{title}}</h1>
|
||||
<aside class="flex justify-between flex-row">
|
||||
{% include "post_tag_list.html" %}
|
||||
<section class="created-at m-1 text-right text-sm text-gray-600">
|
||||
<span>Published on</span>
|
||||
<time datetime="{date}"> {{date|pretty_date}} </time>
|
||||
|
Reference in New Issue
Block a user