summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAdam Carpenter <gitlab@53hor.net>2019-07-05 09:56:47 -0400
committerAdam Carpenter <gitlab@53hor.net>2019-07-05 09:56:47 -0400
commit936e2e4e9b0f1d084bd389ec35b6ed225f123ff9 (patch)
tree313c3f5b65980cca7877ac08a0f137e8b131f3d8
parente5721010ec6c9e484dce6ee68f936804de34e0aa (diff)
downloadcobalt-site-936e2e4e9b0f1d084bd389ec35b6ed225f123ff9.tar.xz
cobalt-site-936e2e4e9b0f1d084bd389ec35b6ed225f123ff9.zip
Fixed post card permalinks?
-rw-r--r--_includes/post-card.liquid4
-rw-r--r--posts/2019-07-04-the-best-way-to-transfer-gopro-files-with-linux.md2
2 files changed, 3 insertions, 3 deletions
diff --git a/_includes/post-card.liquid b/_includes/post-card.liquid
index 558b227..f21ce7f 100644
--- a/_includes/post-card.liquid
+++ b/_includes/post-card.liquid
@@ -16,12 +16,12 @@
</div>
<footer class="card-footer">
<a class="card-footer-item"
- href="{{ post.permalink }}"
+ href="/{{ post.permalink }}"
>
Read more...
</a>
<a class="card-footer-item"
- href="{{ post.permalink }}"
+ href="/{{ post.permalink }}"
target="_blank"
>
Open in new tab...
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 6d14c05..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: "/{{parent}}/{{categories}}/{{slug}}"
+permalink: "/posts/{{categories}}/{{slug}}"
title: The Best Way to Transfer GoPro Files with Linux
categories:
- technology