diff options
-rw-r--r-- | data/menu.yaml | 14 | ||||
-rw-r--r-- | themes/hugo-pt2021/static/ims/github.svg (renamed from themes/hugo-pt2021/static/icons/github.svg) | 0 | ||||
-rw-r--r-- | themes/hugo-pt2021/static/ims/key.svg (renamed from themes/hugo-pt2021/static/icons/key.svg) | 0 | ||||
-rw-r--r-- | themes/hugo-pt2021/static/ims/rss.svg (renamed from themes/hugo-pt2021/static/icons/rss.svg) | 0 |
4 files changed, 8 insertions, 6 deletions
diff --git a/data/menu.yaml b/data/menu.yaml index 475a89d..2002fc0 100644 --- a/data/menu.yaml +++ b/data/menu.yaml @@ -23,13 +23,15 @@ start: end: - id: "github" href: "https://github.com/pablotron" - icon: "/icons/github.svg" + icon: "/ims/github.svg" help: "github page" - - id: "pgp" - href: "/files/pgp.asc" - icon: "/icons/key.svg" - help: "PGP key" +# +# - id: "pgp" +# href: "/files/pgp.asc" +# icon: "/ims/key.svg" +# help: "PGP key" +# - id: "rss" href: "/index.xml" - icon: "/icons/rss.svg" + icon: "/ims/rss.svg" help: "blog feed" diff --git a/themes/hugo-pt2021/static/icons/github.svg b/themes/hugo-pt2021/static/ims/github.svg index d6c203f..d6c203f 100644 --- a/themes/hugo-pt2021/static/icons/github.svg +++ b/themes/hugo-pt2021/static/ims/github.svg diff --git a/themes/hugo-pt2021/static/icons/key.svg b/themes/hugo-pt2021/static/ims/key.svg index db2119c..db2119c 100644 --- a/themes/hugo-pt2021/static/icons/key.svg +++ b/themes/hugo-pt2021/static/ims/key.svg diff --git a/themes/hugo-pt2021/static/icons/rss.svg b/themes/hugo-pt2021/static/ims/rss.svg index 3926ac6..3926ac6 100644 --- a/themes/hugo-pt2021/static/icons/rss.svg +++ b/themes/hugo-pt2021/static/ims/rss.svg |