From 7c958e50df7907c3fa54c961066a15ba937574b9 Mon Sep 17 00:00:00 2001 From: Ceda EI Date: Sun, 13 Dec 2020 18:17:47 +0530 Subject: [PATCH] Fix path in "All Posts" in tags --- themes/codex/layouts/taxonomy/tag.html | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) diff --git a/themes/codex/layouts/taxonomy/tag.html b/themes/codex/layouts/taxonomy/tag.html index 68aca13..b419eb0 100644 --- a/themes/codex/layouts/taxonomy/tag.html +++ b/themes/codex/layouts/taxonomy/tag.html @@ -2,12 +2,12 @@ {{ $.Scratch.Set "style_opts" (dict "src" "scss/pages/tags.scss" "dest" "css/tags.css") }} {{ end }} -{{ define "main" }} - {{ $dateFormat := .Site.Params.dateFormat | default "Jan 2 2006" }} - +{{ define "main" }} + {{ $dateFormat := .Site.Params.dateFormat | default "Jan 2 2006" }} +
- All posts/ + All posts/

{{ .Title }}