summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
authorEmma Vanbrabant2020-04-26 19:24:38 +0100
committerEmma Vanbrabant2020-04-26 19:24:38 +0100
commita7d0513ec34b44a93b5adbc22c786626960b68a0 (patch)
tree1c4b80852a92c091105d7737403cd963dc04d785 /layouts/partials
parent2deef366f401dca7f7f1c4463b93cbc7b25cebf8 (diff)
downloadhugo-theme-fuji-a7d0513ec34b44a93b5adbc22c786626960b68a0.tar.gz
hugo-theme-fuji-a7d0513ec34b44a93b5adbc22c786626960b68a0.tar.bz2
hugo-theme-fuji-a7d0513ec34b44a93b5adbc22c786626960b68a0.zip
Extract exlink into partials
Diffstat (limited to 'layouts/partials')
-rw-r--r--layouts/partials/post-exlink.html3
1 files changed, 3 insertions, 0 deletions
diff --git a/layouts/partials/post-exlink.html b/layouts/partials/post-exlink.html
new file mode 100644
index 0000000..5691ede
--- /dev/null
+++ b/layouts/partials/post-exlink.html
@@ -0,0 +1,3 @@
+<span>
+ <a href="{{ .Permalink }}"><i class="fas fa-angle-right"></i>&nbsp;READ MORE&nbsp;<i class="fas fa-angle-left"></i></a>
+</span> \ No newline at end of file