aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro/layouts/_default/single.html
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2020-01-08 03:10:07 -0500
committerThedro Neely <thedroneely@gmail.com>2020-01-08 03:10:07 -0500
commit2ab9669c022637d8b8f8df2980b57c7b93af8df1 (patch)
tree8f58c3ed4a700f7ccdf9a84c0932d44b5ef7b1ac /generators/hugo/themes/tdro/layouts/_default/single.html
parent72c4ddfdf2c543746c721befade05480ffd28eac (diff)
downloadthedroneely.com-2ab9669c022637d8b8f8df2980b57c7b93af8df1.tar.gz
thedroneely.com-2ab9669c022637d8b8f8df2980b57c7b93af8df1.tar.bz2
thedroneely.com-2ab9669c022637d8b8f8df2980b57c7b93af8df1.zip
generators/hugo/single: Fix icon insertion
Diffstat (limited to 'generators/hugo/themes/tdro/layouts/_default/single.html')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/single.html2
1 files changed, 1 insertions, 1 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/single.html b/generators/hugo/themes/tdro/layouts/_default/single.html
index 88b45d9..61f60e5 100644
--- a/generators/hugo/themes/tdro/layouts/_default/single.html
+++ b/generators/hugo/themes/tdro/layouts/_default/single.html
@@ -82,7 +82,7 @@
title="Generated by Open Ring"
class="attribution is-pulled-right has-text-grey-dark">
<span class="button item__box item__no__hover">
- {{ safeHTML "<?php featherIcon('help-circle') ?>" }}
+ {{ safeHTML "<?php echo featherIcon('help-circle') ?>" }}
<span>Openring</span>
</span>
</a>