diff --git a/assets/production/images/favicon.svg b/assets/production/images/favicon.svg new file mode 100644 index 0000000..b50331a --- /dev/null +++ b/assets/production/images/favicon.svg @@ -0,0 +1,2 @@ + + diff --git a/layouts/base.njk b/layouts/base.njk index 890a6f0..fd4163c 100644 --- a/layouts/base.njk +++ b/layouts/base.njk @@ -1,30 +1,29 @@ - +
-{{ moment(article.date).format('LL') }} | {{ article.title }}
-{{ article.excerpt | safe }}
+ {{ article.excerpt | safe }}{{ moment(article.date).format('LL') }} | {{ article.title }}
-{{ article.excerpt | safe }}
+{{ moment(article.date).format('LL') }} | {{article.title }}
+ {{ article.excerpt | safe }}