added video shortcode
[theme-danix.xyz.git] / layouts / partials / footer-addition.html
... / ...
CommitLineData
1<!-- here will appear eventual js code and other additions to the footer -->
2<div id="backtotop">
3 {{$name := "arrow-up"}}
4 <a href="#top">{{ partial "funcs/svg.html" (dict "context" . "username" $name) }}<span class="screen-reader-text">back to top</span></a>
5</div>