commit b3886beb578bf010eea9dd342058c28405a40c21 parent 42d752574eddb4897e971b26ac3c3da875c00cbf Author: Yohanes Bandung <bandungpenting@gmail.com> Date: Tue, 28 Apr 2020 23:45:04 +0700 style: make the footer text button class Diffstat:
| M | layouts/partials/footer/footer.html | | | 8 | +++++--- |
1 file changed, 5 insertions(+), 3 deletions(-)
diff --git a/layouts/partials/footer/footer.html b/layouts/partials/footer/footer.html @@ -16,8 +16,10 @@ <p class="footer__copyright"> <span class="footer__copyright__year">©{{ now.Year }} {{ .Site.Params.Author }}</span> {{ with .Site.BaseURL }} <span class="footer__copyright__separator">-</span> - <span class="footer__copyright__site"><a href="{{ . }}"> - {{ . | replaceRE "^https?://([^/]+).*" "$1" }} - </a></span> + <span class="footer__copyright__site"> + <a href="{{ . }}" class="button"> + {{ . | replaceRE "^https?://([^/]+).*" "$1" }} + </a> + </span> {{ end }} </p> \ No newline at end of file