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/themes/persona/layouts/partials/_widgets/copyright.html

10 lines
340 B
HTML

<div class="sidebar_single_module">
<div class="sidebar_wraper">
<div class="sidebar_inner">
<div class="text_widget copy_right">
<h2>&copy; 2014 by {{ .Site.Params.AuthorName }}</h2>
</div>
</div>
</div>
</div>