From b365d200e0a68b254b18a904768dfde56f9cffad Mon Sep 17 00:00:00 2001 From: Gergely Polonkai Date: Thu, 29 May 2025 13:16:27 +0200 Subject: [PATCH] Remove remnants of the Symbolon page This page is already moved out of this repo, so the links to it just cause trouble. --- content/pages/other.rst | 2 +- pelicanconf.py | 1 - 2 files changed, 1 insertion(+), 2 deletions(-) diff --git a/content/pages/other.rst b/content/pages/other.rst index 84a41f7..5cf5d50 100644 --- a/content/pages/other.rst +++ b/content/pages/other.rst @@ -7,4 +7,4 @@ There are some pages i made for friends. - `Calendar of the Minari `_ - `Gerrit Dashboard Generator `_ -- `Symbolon <{static}../symbolon/index.html>`_ +- `Symbolon `_ diff --git a/pelicanconf.py b/pelicanconf.py index 5e643e6..cfc79f3 100644 --- a/pelicanconf.py +++ b/pelicanconf.py @@ -13,7 +13,6 @@ STATIC_PATHS = [ 'images', 'gpg-public-key.asc', 'pgpkey', - 'symbolon', ] TIMEZONE = 'Europe/Budapest'