From 3f6877a9f105a8a57d9df56d2518d4da084e0ab4 Mon Sep 17 00:00:00 2001 From: Rohan Kumar Date: Wed, 1 Jun 2022 08:53:07 -0700 Subject: [PATCH] Fix bad atom links --- layouts/partials/head.html | 6 +++--- 1 file changed, 3 insertions(+), 3 deletions(-) diff --git a/layouts/partials/head.html b/layouts/partials/head.html index e5bcf9a..35d2344 100644 --- a/layouts/partials/head.html +++ b/layouts/partials/head.html @@ -13,11 +13,11 @@ {{- $isNotes := false -}} {{- if or (eq .Section "notes") (eq .Title "Notes") -}} {{- $isNotes = true -}} - + {{- end }} - + {{ if not $isNotes -}} - + {{- end }} {{ .Title }}{{ if and (lt (len .Title) 54) (ne $canonicalRelPermalink "/") }} - Seirdy{{ end }} {{ $description := .Site.Params.Description -}}