aboutsummaryrefslogtreecommitdiff
path: root/generators/hugo/themes/tdro
diff options
context:
space:
mode:
authorThedro Neely <thedroneely@gmail.com>2021-03-30 21:03:32 -0400
committerThedro Neely <thedroneely@gmail.com>2021-03-30 21:03:32 -0400
commit0d074086c6a900b8284a98124461c5932247dae7 (patch)
treeeb852ba1b522a2c75991db390f96aada0b1fbee0 /generators/hugo/themes/tdro
parentc8b148cff39941745c3298431a4165660471eda6 (diff)
downloadthedroneely.com-0d074086c6a900b8284a98124461c5932247dae7.tar.gz
thedroneely.com-0d074086c6a900b8284a98124461c5932247dae7.tar.bz2
thedroneely.com-0d074086c6a900b8284a98124461c5932247dae7.zip
generators/hugo/layouts/_default/section: Read SVG file
Diffstat (limited to 'generators/hugo/themes/tdro')
-rw-r--r--generators/hugo/themes/tdro/layouts/_default/section.html5
1 files changed, 1 insertions, 4 deletions
diff --git a/generators/hugo/themes/tdro/layouts/_default/section.html b/generators/hugo/themes/tdro/layouts/_default/section.html
index ca0bb22..160776a 100644
--- a/generators/hugo/themes/tdro/layouts/_default/section.html
+++ b/generators/hugo/themes/tdro/layouts/_default/section.html
@@ -17,10 +17,7 @@
{{ partial "pagination.html" . }}
<br>
<a href="/{{ .Type }}/archive/" class="front__more is-block has-text-centered">
- Archive of all {{ .Type }}
- <svg xmlns="http://www.w3.org/2000/svg" width="24" height="24" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2" stroke-linecap="round" stroke-linejoin="round">
- <polyline points="9 18 15 12 9 6"></polyline>
- </svg>
+ <span>Archive of all {{ .Type }}</span> {{ safeHTML (readFile "public/css/icons/feather/corner-down-right.svg") }}
</a>
</div>
</div>