aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2019-10-19 03:32:12 -0400
committerThedro Neely <thedroneely@gmail.com>2019-10-19 03:32:12 -0400
commit435f17e09ee800c1b243e2d461f06c4bf56707d8 (patch)
tree242ababcdd766bd65473387fe6843e1ecc4b0511 /generators/hugo/themes/tdro
parentd803edaf2f18923e467228fb8edfbeee99861a3c (diff)
downloadthedroneely.com-435f17e09ee800c1b243e2d461f06c4bf56707d8.tar.gz
thedroneely.com-435f17e09ee800c1b243e2d461f06c4bf56707d8.tar.bz2
thedroneely.com-435f17e09ee800c1b243e2d461f06c4bf56707d8.zip
hugo/layouts/_default/single: Use button for openring link
Diffstat (limited to 'generators/hugo/themes/tdro')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html5
1 files changed, 4 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index 1f4d16b..eda3050 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -77,7 +77,10 @@
<a href="https://git.sr.ht/~sircmpwn/openring"
title="Generated by Open Ring"
class="attribution is-pulled-right has-text-grey-dark">
- {{ safeHTML "<?php echo file_get_contents($_SERVER['DOCUMENT_ROOT'] . '/..' . '/public/css/fonts/feather-icons/help-circle.svg'); ?>" }}
+ <button class="button item__box item__no__hover">
+ {{ safeHTML "<?php featherIcon('help-circle') ?>" }}
+ <span>Openring</span>
+ </button>
</a>
{{- partial "openring.html" . -}}
</section>