diff options
author | Volpeon <git@volpeon.ink> | 2020-12-28 09:57:02 +0100 |
---|---|---|
committer | Volpeon <git@volpeon.ink> | 2020-12-28 09:57:02 +0100 |
commit | 4631bf9fee31289d30d211d59b77b579303d55f6 (patch) | |
tree | f33e5eb4713280d3c1b5e73e996a08fddab5e9a3 /templates/base.html | |
parent | Completed automatic metadata generation (diff) | |
download | volpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.tar.gz volpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.tar.bz2 volpeon.ink-4631bf9fee31289d30d211d59b77b579303d55f6.zip |
Various small fixes, exclude raw ASCII fox from output
Diffstat (limited to 'templates/base.html')
-rw-r--r-- | templates/base.html | 12 |
1 files changed, 2 insertions, 10 deletions
diff --git a/templates/base.html b/templates/base.html index 21ea9a4..8d10d13 100644 --- a/templates/base.html +++ b/templates/base.html | |||
@@ -46,18 +46,10 @@ ${pageHeader()} | |||
46 | </header> | 46 | </header> |
47 | $endif$ | 47 | $endif$ |
48 | 48 | ||
49 | $body$ | 49 | $body$ |
50 | 50 | ||
51 | $if(isblog)$ | 51 | $if(isblog)$ |
52 | $if(pages)$ | 52 | ${pagelistByYear()} |
53 | <ul class="c-refs"> | ||
54 | $for(pages)$ | ||
55 | <li class="c-refs__item"> | ||
56 | <a href="$it.url_rel$">$it.date$ - $it.title$</a> | ||
57 | </li> | ||
58 | $endfor$ | ||
59 | </ul> | ||
60 | $endif$ | ||
61 | $endif$ | 53 | $endif$ |
62 | </div> | 54 | </div> |
63 | </main> | 55 | </main> |