old_blog/themes/terminal/layouts/partials/logo.html

4 lines
109 B
HTML
Raw Normal View History

2021-07-31 10:17:32 -04:00
<a><div class="logo">
{{ with $.Site.Params.Logo.logoText }}{{ . }}{{ else }}Terminal{{ end }}
</div></a>