diff options
| author | Volpeon <git@volpeon.ink> | 2021-06-06 15:33:40 +0200 |
|---|---|---|
| committer | Volpeon <git@volpeon.ink> | 2021-06-06 15:33:40 +0200 |
| commit | e8918511b8dca8c8b8b4728e265aff2a5e329518 (patch) | |
| tree | e39d508206f9fc32a5c142ec41a6a31dec2ee828 /templates | |
| parent | Some design fixes, page list metadata improvements (diff) | |
| download | volpeon.ink-e8918511b8dca8c8b8b4728e265aff2a5e329518.tar.gz volpeon.ink-e8918511b8dca8c8b8b4728e265aff2a5e329518.tar.bz2 volpeon.ink-e8918511b8dca8c8b8b4728e265aff2a5e329518.zip | |
Added 2 old dreams to the dream journal
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/layouts/categorized_list.html | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/templates/layouts/categorized_list.html b/templates/layouts/categorized_list.html index 89bea78..9af0539 100644 --- a/templates/layouts/categorized_list.html +++ b/templates/layouts/categorized_list.html | |||
| @@ -10,7 +10,7 @@ $body$ | |||
| 10 | $for(pages.asc_title)$ | 10 | $for(pages.asc_title)$ |
| 11 | $if(it.pages)$ | 11 | $if(it.pages)$ |
| 12 | <h2 class="c-post-list__category-header"> | 12 | <h2 class="c-post-list__category-header"> |
| 13 | $it.title$ | 13 | <a href="$it.url.rel$">$it.title$</a> |
| 14 | </h2> | 14 | </h2> |
| 15 | <div class="c-post-list__category-content"> | 15 | <div class="c-post-list__category-content"> |
| 16 | $if(pages.asc_title.show_dates)$ | 16 | $if(pages.asc_title.show_dates)$ |
