diff --git a/config/_default/menu.yaml b/config/_default/menu.yaml index 6d291ecd..debb6578 100644 --- a/config/_default/menu.yaml +++ b/config/_default/menu.yaml @@ -15,6 +15,10 @@ main: name: "Photos" url: "/photos" weight: 25 + - pageRef: "/series" + name: "Series" + url: "/series" + weight: 27 - pageRef: "/explore" name: "Explore" url: "/explore" diff --git a/content/micro/2025/20/newsletter!/index.md b/content/micro/2025/20/newsletter!/index.md index a3093b60..4a09b6fe 100644 --- a/content/micro/2025/20/newsletter!/index.md +++ b/content/micro/2025/20/newsletter!/index.md @@ -5,7 +5,7 @@ description: E ora ho una newsletter tags: - post categories: -- news +- rant reply: repost: like: diff --git a/layouts/_default/single.html b/layouts/_default/single.html index 3acd3466..caeab260 100644 --- a/layouts/_default/single.html +++ b/layouts/_default/single.html @@ -41,15 +41,14 @@ {{end}} - - {{ partial "toc.html" .}}