Add sitemap and fully automate article creation

Article pages now insert the cover images automatically & an excerpt is used instead of a description for the page description.
This commit is contained in:
Matthew Grove
2019-01-27 16:23:28 +00:00
parent d6fcb5bf1f
commit d9383354bf
9 changed files with 82 additions and 397 deletions

View File

@@ -20,7 +20,7 @@
<meta name="msapplication-TileColor" content="#d84315">
<title>{{ page.title }} | Reading School</title>
<meta name="description" content="{{ page.description }}">
<meta name="description" content="{{ page.excerpt }}">
<!-- import Roboto (font) -->
<link href="/css/roboto.css" rel="stylesheet">