edited post
This commit is contained in:
parent
6374a14b10
commit
5637f16e4c
|
@ -9,11 +9,7 @@
|
|||
{{- end }}
|
||||
|
||||
{{- if (not site.Params.disableScrollToTop) }}
|
||||
<a href="#top" aria-label="go to top" title="Go to Top (Alt + G)" class="top-link" id="top-link" accesskey="g">
|
||||
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 12 6" fill="currentColor">
|
||||
<path d="M12 6H0l6-6z" />
|
||||
</svg>
|
||||
</a>
|
||||
<a href="#top" aria-label="go to top" title="Go to Top" class="top-link" id="top-link" accesskey="g">^</a>
|
||||
{{- end }}
|
||||
|
||||
{{- partial "extend_footer.html" . }}
|
||||
|
|
Loading…
Reference in New Issue