Mercurial > web
diff blog/index.html @ 79:815c0da68384
code: add quips
author | Paper <paper@paper.us.eu.org> |
---|---|
date | Mon, 20 May 2024 03:39:55 -0400 |
parents | 5fdf5f346b92 |
children | eb3bbc61bc17 |
line wrap: on
line diff
--- a/blog/index.html Mon May 20 02:49:07 2024 -0400 +++ b/blog/index.html Mon May 20 03:39:55 2024 -0400 @@ -4,7 +4,7 @@ --- {% for post in site.posts %} <div class="content drop-shadow-box"> - <span><a href="{{ post.url }}" class="prettylink project-title drop-shadow-text">{{ post.title }}</a> <span class="blog-footer" style="float: right;">{{ post.date | date_to_string }}</span></span> + <span><a href="{{ post.url }}" class="prettylink project-title drop-shadow-text">{{ post.title }}</a> <span class="blog-footer align-right"><i>{{ post.date | date_to_string }}</i></span></span> <hr class="project-separator"> <span class="drop-shadow-text">{{ post.content | strip_html | truncatewords: 50 }}</span> </div>