diff options
author | DSRKafuU | 2020-04-26 20:27:16 -0500 |
---|---|---|
committer | GitHub | 2020-04-26 20:27:16 -0500 |
commit | 51ebb46c9938a286e9196ba2456a1f1dfc16a98f (patch) | |
tree | 1c4b80852a92c091105d7737403cd963dc04d785 /layouts/partials/post-exlink.html | |
parent | 2deef366f401dca7f7f1c4463b93cbc7b25cebf8 (diff) | |
parent | a7d0513ec34b44a93b5adbc22c786626960b68a0 (diff) | |
download | hugo-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/post-exlink.html')
-rw-r--r-- | layouts/partials/post-exlink.html | 3 |
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> READ MORE <i class="fas fa-angle-left"></i></a> +</span>
\ No newline at end of file |