From d409636c4e30d36e612fc58a43577b63b7f49e16 Mon Sep 17 00:00:00 2001 From: Jake Jarvis Date: Tue, 19 Nov 2019 22:11:19 -0500 Subject: [PATCH] AMP: fix date permalink --- layouts/_default/single.amp.html | 6 ++++-- layouts/partials/header.html | 1 - 2 files changed, 4 insertions(+), 3 deletions(-) diff --git a/layouts/_default/single.amp.html b/layouts/_default/single.amp.html index 77896e06..21fd3fb0 100644 --- a/layouts/_default/single.amp.html +++ b/layouts/_default/single.amp.html @@ -153,7 +153,6 @@ - {{ partial "schema.html" . }} @@ -172,7 +171,10 @@

{{ .Title }}

-

by {{ .Site.Author.name }} on {{ .Date.Format "January 2, 2006" }}

+

+ by {{ .Site.Author.name }} + on {{ .Date.Format "January 2, 2006" }} +

{{ .Content }}