diff options
| author | Gustav Eek <gustav.eek@fripost.org> | 2020-02-18 18:20:27 +0100 |
|---|---|---|
| committer | Gustav Eek <gustav.eek@fripost.org> | 2020-02-18 18:20:27 +0100 |
| commit | 6b989f0793dbc45baa98edf58397bbe9183623cf (patch) | |
| tree | 97c86f3163dd0bb9b20c7fff677a7f2549499155 /templates | |
| parent | acf88b4de7cb909f36ead3d675cbbd9e868c69ad (diff) | |
Add essay blog function
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/page.tmpl | 1 |
1 files changed, 1 insertions, 0 deletions
diff --git a/templates/page.tmpl b/templates/page.tmpl index 0f2f705..17dbcb6 100644 --- a/templates/page.tmpl +++ b/templates/page.tmpl @@ -47,6 +47,7 @@ <li><a href="<TMPL_UNLESS ISWEBSITE>https://fripost.org</TMPL_UNLESS>/kontakt">Kontakt</a></li> <li><a href="<TMPL_UNLESS ISWEBSITE>https://fripost.org</TMPL_UNLESS>/english">English</a></li> <li><a href="<TMPL_IF ISWEBSITE>https://wiki.fripost.org</TMPL_IF>/faq">FAQ</a></li> + <li><a href="<TMPL_IF ISWEBSITE>https://wiki.fripost.org</TMPL_IF>/essays">Essäer</a></li> <li><a href="<TMPL_IF ISWEBSITE>https://wiki.fripost.org<TMPL_ELSE>/</TMPL_IF>">Wiki</a></li> </ul> |
