Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/ribice/kiss.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorJiawei Huang <hjiawei@gmail.com>2018-11-18 10:19:32 +0300
committerJiawei Huang <hjiawei@gmail.com>2018-11-18 10:19:32 +0300
commit99edd3f3581a5346f46bba635ae1cb6ee3c77940 (patch)
tree1df0055d8ecee3caa64d83c4ca5a8a69c8635172
parentfd89c6ac485e5ecad5370b23d557655501d9de0a (diff)
Remove fontawesome icon in "Read more" link
We don't use fontawesome in the template so I guess the extra span for fontawesome icon after "Read more" text can be removed. This will also fix the extra spaces at the end of the link when you hover over it.
-rw-r--r--layouts/index.html3
1 files changed, 0 insertions, 3 deletions
diff --git a/layouts/index.html b/layouts/index.html
index 30796c8..4f4ad80 100644
--- a/layouts/index.html
+++ b/layouts/index.html
@@ -17,9 +17,6 @@
{{ if .Truncated }}
<a class="button is-link" href="{{ .Permalink }}" style="height:28px">
Read more
- <span class="icon is-small">
- <i class="fa fa-angle-double-right"></i>
- </span>
</a>
{{ end }}
</div>