You cannot select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.
homepage/layouts/partials/_widgets/copyright.html

13 lines
570 B
HTML

<div class="sidebar_single_module">
<div class="sidebar_wraper">
<div class="sidebar_inner">
<div class="text_widget">
<p>&copy; 2013-2022 by René Jochum, under a <a href="https://creativecommons.org/licenses/by/4.0/" target="_blank">CC BY 4.0</a> license.</p>
</div>
<div class="text_widget">
<p>v{{ os.Getenv "HUGO_VERSION" }}</p>
</div>
</div>
</div>
</div>