extract site-title to layout #137
This commit is contained in:
parent
0a9b5ae9bb
commit
a1a83ea1de
2 changed files with 4 additions and 3 deletions
3
layouts/partials/site-title.html
Normal file
3
layouts/partials/site-title.html
Normal file
|
@ -0,0 +1,3 @@
|
|||
<h1 class="site-title">
|
||||
<a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Title }}</a>
|
||||
</h1>
|
Loading…
Add table
Add a link
Reference in a new issue