From 951abc097c76b780c9d30e683dd85d7ec5078a80 Mon Sep 17 00:00:00 2001 From: Price Hiller Date: Fri, 26 Jul 2024 11:45:46 -0500 Subject: [PATCH] feat(templates): add meta description --- assets/templates/article.html | 1 + assets/templates/articles.html | 1 + assets/templates/static/contact.html | 1 + assets/templates/static/home.html | 1 + assets/templates/tag-articles.html | 1 + assets/templates/tags.html | 1 + 6 files changed, 6 insertions(+) diff --git a/assets/templates/article.html b/assets/templates/article.html index 85823e9..031974a 100644 --- a/assets/templates/article.html +++ b/assets/templates/article.html @@ -4,6 +4,7 @@ {{ article_title }} + diff --git a/assets/templates/articles.html b/assets/templates/articles.html index 13a4af2..2acb00f 100644 --- a/assets/templates/articles.html +++ b/assets/templates/articles.html @@ -5,6 +5,7 @@ Articles + diff --git a/assets/templates/static/contact.html b/assets/templates/static/contact.html index fcf61a9..7b9ed31 100644 --- a/assets/templates/static/contact.html +++ b/assets/templates/static/contact.html @@ -5,6 +5,7 @@ Contact + diff --git a/assets/templates/static/home.html b/assets/templates/static/home.html index cdf245b..ebfca7d 100644 --- a/assets/templates/static/home.html +++ b/assets/templates/static/home.html @@ -5,6 +5,7 @@ Home + diff --git a/assets/templates/tag-articles.html b/assets/templates/tag-articles.html index 16c2b3f..9e7e52f 100644 --- a/assets/templates/tag-articles.html +++ b/assets/templates/tag-articles.html @@ -5,6 +5,7 @@ Tags + diff --git a/assets/templates/tags.html b/assets/templates/tags.html index 308f9bb..6496e24 100644 --- a/assets/templates/tags.html +++ b/assets/templates/tags.html @@ -4,6 +4,7 @@ Tags +