color tweak, modularizing css, redone index, rewritten stuff
This commit is contained in:
parent
c6bac45ecf
commit
ee8bce1bd3
18 changed files with 614 additions and 664 deletions
|
@ -8,7 +8,7 @@ L 8 18 Z"
|
|||
<ul>
|
||||
{% for post in collections.posts reversed %}
|
||||
<li>
|
||||
<a href="{{post.url}}"></svg>{{post.fileSlug}}<p>published: <time
|
||||
<a href="{{post.url}}"></svg>{{post.fileSlug}}<p>published:<time
|
||||
datetime="{{post.data.date | ISO }}">{{post.data.date
|
||||
| readable }}</time></p>{% if post.data.modified %}<p>last edited:<time
|
||||
datetime="{{post.data.modified}}">{{post.data.modified | readable}}</time></p>{% endif %}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue