all repos — site @ 84ad6ce6e46aa9794f891808012fa0d2dd490866

source for my site, found at icyphox.sh

Fix subtitle meta, again
Anirudh Oppiliappan x@icyphox.sh
Tue, 21 Sep 2021 16:29:34 +0530
commit

84ad6ce6e46aa9794f891808012fa0d2dd490866

parent

2dc4bba07b1efe126be2215c5756470ff83c3b14

4 files changed, 4 insertions(+), 4 deletions(-)

jump to
M templates/blog.htmltemplates/blog.html

@@ -3,7 +3,7 @@ <html lang=en>

<head> {{ template "head.html" }} <link rel="alternate" type="application/rss+xml" title="RSS" href="https://icyphox.sh/blog/feed.xml"> - <meta name="description" content="{{ index .Meta "title" }}"> + <meta name="description" content="{{ index .Meta "subtitle" }}"> </head> <title>
M templates/index.htmltemplates/index.html

@@ -1,7 +1,7 @@

<html lang=en> <head> {{ template "head.html" }} - <meta name="description" content="{{ index .Meta "title" }}"> + <meta name="description" content="{{ index .Meta "subtitle" }}"> </head> <title> {{ index .Meta "title" }}
M templates/page.htmltemplates/page.html

@@ -2,7 +2,7 @@ <!DOCTYPE html>

<html lang=en> <head> {{ template "head.html" }} - <meta name="description" content="{{ index .Meta "title" }}"> + <meta name="description" content="{{ index .Meta "subtitle" }}"> </head> <title> {{ index .Meta "title" }}
M templates/text.htmltemplates/text.html

@@ -1,7 +1,7 @@

<html lang=en> <head> {{ template "head.html" }} - <meta name="description" content="{{ index .Meta "title" }}"> + <meta name="description" content="{{ index .Meta "subtitle" }}"> </head> <title> {{ index .Meta "title" }}