- {% if post.external-url %} - {{post.title}} - {% else %} - {{post.title}} - {% endif %} -
-vom - {% if post.external-url %} - | Post Link - {% endif %} -
-diff --git a/_config.yaml b/_config.yaml index 8dc4fa3..2c905c8 100644 --- a/_config.yaml +++ b/_config.yaml @@ -46,12 +46,13 @@ compress_html: defaults: - scope: - type: "posts" + path: "" # An empty string here means all files in the project + type: posts values: - layout: "default" + layout: post paginate: 5 -paginate_path: "/page/:num/" +paginate_path: "/blog/page/:num/" permalink: /:year/:month/:day/:title/ mastodon: diff --git a/_data/footer-links.yml b/_data/footer-links.yml index a1e6a51..d1c403e 100644 --- a/_data/footer-links.yml +++ b/_data/footer-links.yml @@ -1,3 +1,6 @@ +blog: + title: "Blog" + href: "/blog" colophon: title: "Colophon" href: "/colophon" diff --git a/_includes/blog.html b/_includes/blog.html deleted file mode 100644 index ae9dea8..0000000 --- a/_includes/blog.html +++ /dev/null @@ -1,54 +0,0 @@ -
vom - {% if post.external-url %} - | Post Link - {% endif %} -
-