summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
-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