diff --git a/layouts/partials/page-footer.html b/layouts/partials/page-footer.html
index b9c43c9..23a01f2 100644
--- a/layouts/partials/page-footer.html
+++ b/layouts/partials/page-footer.html
@@ -53,6 +53,7 @@
href="{{ .this.RelPermalink }}"
title="{{ .name }}"
>
+ gdoc_arrow_left_alt
{{ .name }}
{{ end }}
@@ -65,6 +66,7 @@
title="{{ .name }}"
>
{{ .name }}
+ gdoc_arrow_right_alt
{{ end }}
diff --git a/layouts/posts/list.html b/layouts/posts/list.html
index 1fef0a2..f833e77 100644
--- a/layouts/posts/list.html
+++ b/layouts/posts/list.html
@@ -15,6 +15,7 @@
href="{{ .RelPermalink }}"
>
Read full post
+ gdoc_arrow_right_alt
{{ end }}
diff --git a/layouts/taxonomy/list.html b/layouts/taxonomy/list.html
index 1fef0a2..f833e77 100644
--- a/layouts/taxonomy/list.html
+++ b/layouts/taxonomy/list.html
@@ -15,6 +15,7 @@
href="{{ .RelPermalink }}"
>
Read full post
+ gdoc_arrow_right_alt
{{ end }}
diff --git a/src/sass/_base.scss b/src/sass/_base.scss
index 820d6b8..1d92b8e 100644
--- a/src/sass/_base.scss
+++ b/src/sass/_base.scss
@@ -122,6 +122,11 @@ a {
}
}
+i.gdoc-icon {
+ font-family: "GeekdocIcons";
+ font-style: normal;
+}
+
img {
vertical-align: middle;
}
@@ -365,14 +370,6 @@ img {
background-size: 100% 1px;
background-repeat: no-repeat;
}
- &--prev:before {
- font-family: GeekdocIcons;
- content: "\ea13";
- }
- &--next:after {
- font-family: GeekdocIcons;
- content: "\ea02";
- }
}
&__anchorwrap {
@@ -414,7 +411,6 @@ img {
word-wrap: break-word;
border-top: 1px dashed $gray-600;
padding: $padding-32 0;
- line-height: 1.5em;
&:first-of-type {
padding-top: 0;
@@ -449,11 +445,6 @@ img {
&__readmore {
margin: 1.5rem 0 2rem 0;
- a:after {
- font-family: GeekdocIcons;
- content: "\ea02";
- }
-
a,
a:hover,
a:visited {