diff --git a/src/_data/nav.js b/src/_data/nav.js index 3faed5c4..8f230758 100644 --- a/src/_data/nav.js +++ b/src/_data/nav.js @@ -15,6 +15,7 @@ export default async function () { { name: 'Now' }, { name: 'Uses' }, { name: 'Blogroll' }, + { name: 'Save' }, ], social: [ { name: 'Email', url: '/contact', icon: 'at' }, diff --git a/src/_includes/page.liquid b/src/_includes/page.liquid new file mode 100644 index 00000000..f12b478c --- /dev/null +++ b/src/_includes/page.liquid @@ -0,0 +1,4 @@ +--- +layout: default +--- +{{ content | markdown }} \ No newline at end of file diff --git a/src/pages/main/about.md b/src/pages/main/about.md index c7fe0d2c..14fe4d34 100644 --- a/src/pages/main/about.md +++ b/src/pages/main/about.md @@ -1,6 +1,6 @@ --- title: About -layout: default +layout: page permalink: /about.html --- {%- assign artist = music.week.artists | first -%} diff --git a/src/pages/main/feeds.md b/src/pages/main/feeds.md index 5d220e4b..d8261136 100644 --- a/src/pages/main/feeds.md +++ b/src/pages/main/feeds.md @@ -1,6 +1,6 @@ --- title: Feeds -layout: default +layout: page permalink: /feeds.html description: Content feeds exposed by and generated from my site. --- diff --git a/src/pages/secondary/blogroll.html b/src/pages/secondary/blogroll.html index 72a2da84..7abd82c2 100644 --- a/src/pages/secondary/blogroll.html +++ b/src/pages/secondary/blogroll.html @@ -1,6 +1,6 @@ --- title: Blogroll -layout: default +layout: page permalink: /blogroll.html description: These are awesome blogs that I enjoy and you may enjoy too. --- diff --git a/src/pages/secondary/save.md b/src/pages/secondary/save.md new file mode 100644 index 00000000..205653ff --- /dev/null +++ b/src/pages/secondary/save.md @@ -0,0 +1,19 @@ +--- +title: Save +layout: page +permalink: /save.html +description: Save a little bit on services that I also use. +--- +