diff --git a/_config.yml b/_config.yml index e9e32108..e46c2f27 100644 --- a/_config.yml +++ b/_config.yml @@ -34,6 +34,7 @@ baseurl: "" url: "https://mathesar.org" # the base hostname & protocol for your site, e.g. http://example.com twitter_username: mathesar_org github_username: mathesar +permalink: /blog/:categories/:year/:month/:day/:title:output_ext # Build settings theme: minima diff --git a/_includes/blog_card.html b/_includes/blog_card.html index 7ceaa2a6..87d26265 100644 --- a/_includes/blog_card.html +++ b/_includes/blog_card.html @@ -13,7 +13,7 @@
Posted on {{ include.post.date | date_to_string }} by - + {{author.name }}
diff --git a/_includes/navigation.html b/_includes/navigation.html index e035da86..4d5d694d 100644 --- a/_includes/navigation.html +++ b/_includes/navigation.html @@ -2,7 +2,11 @@