diff options
| author | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-24 01:16:31 +0100 |
|---|---|---|
| committer | Mitja Felicijan <mitja.felicijan@gmail.com> | 2024-02-24 01:16:31 +0100 |
| commit | 1a4370533dee27d5608dac117a5e83d1be53cd51 (patch) | |
| tree | 2325770d0ad6e8befd9eb381e2f0cd0e89be3271 /journal.html | |
| parent | 656e5adfbe8df0b163efe01477aa5a5e753cbf10 (diff) | |
| download | mitjafelicijan.com-1a4370533dee27d5608dac117a5e83d1be53cd51.tar.gz | |
Added time to list of journal posts
Diffstat (limited to 'journal.html')
| -rw-r--r-- | journal.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/journal.html b/journal.html index bad099d..9b34045 100644 --- a/journal.html +++ b/journal.html | |||
| @@ -7,7 +7,7 @@ layout: index | |||
| 7 | {% if post.type == "journal" %} | 7 | {% if post.type == "journal" %} |
| 8 | <article> | 8 | <article> |
| 9 | <div><strong>{{ post.title }}</strong></div> | 9 | <div><strong>{{ post.title }}</strong></div> |
| 10 | <div><small><i>{{ post.date | date: '%B %d, %Y' }}</i></small></div> | 10 | <div><small><i>{{ post.date | date: '%B %d, %Y' }} at {{ post.date | date: '%I:%m %p' }}</i></small></div> |
| 11 | <div>{{ post.content }}</div> | 11 | <div>{{ post.content }}</div> |
| 12 | </article> | 12 | </article> |
| 13 | {% endif %} | 13 | {% endif %} |
