summaryrefslogtreecommitdiffstats
path: root/layouts/partials
diff options
context:
space:
mode:
authorDSRKafuU2020-04-26 20:27:16 -0500
committerGitHub2020-04-26 20:27:16 -0500
commit51ebb46c9938a286e9196ba2456a1f1dfc16a98f (patch)
tree1c4b80852a92c091105d7737403cd963dc04d785 /layouts/partials
parent2deef366f401dca7f7f1c4463b93cbc7b25cebf8 (diff)
parenta7d0513ec34b44a93b5adbc22c786626960b68a0 (diff)
downloadhugo-theme-fuji-51ebb46c9938a286e9196ba2456a1f1dfc16a98f.tar.gz
hugo-theme-fuji-51ebb46c9938a286e9196ba2456a1f1dfc16a98f.tar.bz2
hugo-theme-fuji-51ebb46c9938a286e9196ba2456a1f1dfc16a98f.zip
Merge pull request #10 from emmaguy/extract-exlink
Extract post-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