diff options
author | Adam Carpenter <gitlab@53hor.net> | 2019-07-05 09:47:07 -0400 |
---|---|---|
committer | Adam Carpenter <gitlab@53hor.net> | 2019-07-05 09:47:07 -0400 |
commit | e641e20a982db5721e518db43fe64db287256503 (patch) | |
tree | 0841c3e83b22ad2c079395d12b8cb5eaac58d647 /posts | |
parent | bfc2c94048f1204094f8336146eff25a3b1b47ad (diff) | |
download | cobalt-site-e641e20a982db5721e518db43fe64db287256503.tar.xz cobalt-site-e641e20a982db5721e518db43fe64db287256503.zip |
Permalinks.
Diffstat (limited to 'posts')
9 files changed, 9 insertions, 9 deletions
diff --git a/posts/2019-04-06-why-have-a-website-in-2019.md b/posts/2019-04-06-why-have-a-website-in-2019.md index 829b75b..3c74763 100644 --- a/posts/2019-04-06-why-have-a-website-in-2019.md +++ b/posts/2019-04-06-why-have-a-website-in-2019.md @@ -1,5 +1,5 @@ --- -permalink: //{{categories}}/{{slug}} +permalink: /posts/{{categories}}/{{slug}} title: Why Have a Website in 2019? categories: - technology diff --git a/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.md b/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.md index 6085e72..526c235 100644 --- a/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.md +++ b/posts/2019-06-07-how-to-start-and-drive-a-hudson-hornet.md @@ -1,5 +1,5 @@ --- -permalink: "//{{categories}}/{{slug}}" +permalink: "/posts/{{categories}}/{{slug}}" title: How to Start and Drive a Hudson Hornet categories: - automotive diff --git a/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md b/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md index 0e3e480..bb2b164 100644 --- a/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md +++ b/posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md @@ -1,5 +1,5 @@ --- -permalink: "//{{categories}}/{{slug}}" +permalink: "/posts/{{categories}}/{{slug}}" title: The Best Way to Transfer GoPro Files with Linux categories: - technology diff --git a/posts/2019-07-04-yabs-yet-another-bad-shop.md b/posts/2019-07-04-yabs-yet-another-bad-shop.md index ef4e509..da47b67 100644 --- a/posts/2019-07-04-yabs-yet-another-bad-shop.md +++ b/posts/2019-07-04-yabs-yet-another-bad-shop.md @@ -1,5 +1,5 @@ --- -permalink: "//{{categories}}/{{slug}}" +permalink: "/posts/{{categories}}/{{slug}}" title: YABS - Yet Another Bad Shop categories: - automotive diff --git a/posts/oh-sh-t-or-the-case-for-safer-classic-cars.md b/posts/oh-sh-t-or-the-case-for-safer-classic-cars.md index 10200da..55c93b1 100644 --- a/posts/oh-sh-t-or-the-case-for-safer-classic-cars.md +++ b/posts/oh-sh-t-or-the-case-for-safer-classic-cars.md @@ -1,5 +1,5 @@ --- -permalink: "//{{categories}}/{{slug}}" +permalink: "/posts/{{categories}}/{{slug}}" title: "Oh, Sh*t, or, the Case for Safer Classic Cars" categories: ["automotive"] tags: [] diff --git a/posts/playing-with-leaves.md b/posts/playing-with-leaves.md index b0d9f03..2c80b18 100644 --- a/posts/playing-with-leaves.md +++ b/posts/playing-with-leaves.md @@ -1,5 +1,5 @@ --- -permalink: "//{{categories}}/{{slug}}" +permalink: "/posts/{{categories}}/{{slug}}" title: Playing with Leaves categories: [] tags: [] diff --git a/posts/school-server-closets-are-utopic.md b/posts/school-server-closets-are-utopic.md index a1cc767..97650c6 100644 --- a/posts/school-server-closets-are-utopic.md +++ b/posts/school-server-closets-are-utopic.md @@ -1,5 +1,5 @@ --- -permalink: //{{categories}}/{{slug}} +permalink: /posts/{{categories}}/{{slug}} title: School Server Closets are Utopic categories: - technology diff --git a/posts/sketchy-looking-gas-stations-aren-t-that-sketchy.md b/posts/sketchy-looking-gas-stations-aren-t-that-sketchy.md index 09fda82..dd91ec2 100644 --- a/posts/sketchy-looking-gas-stations-aren-t-that-sketchy.md +++ b/posts/sketchy-looking-gas-stations-aren-t-that-sketchy.md @@ -1,5 +1,5 @@ --- -permalink: "//{{categories}}/{{slug}}" +permalink: "/posts/{{categories}}/{{slug}}" title: "Sketchy-Looking Gas Stations Aren't That Sketchy" categories: [] tags: [] diff --git a/posts/what-is-a-scripting-language-really.md b/posts/what-is-a-scripting-language-really.md index b713cf5..dd95ce7 100644 --- a/posts/what-is-a-scripting-language-really.md +++ b/posts/what-is-a-scripting-language-really.md @@ -1,5 +1,5 @@ --- -permalink: //{{categories}}/{{slug}} +permalink: /posts/{{categories}}/{{slug}} title: What Is a Scripting Language Really? categories: - technology |