social services icons support #6
This commit is contained in:
parent
dc52fdf1b0
commit
269283077f
27 changed files with 268 additions and 106 deletions
|
@ -1,6 +1,9 @@
|
|||
<h1 class="site-title">
|
||||
<a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Title }}</a>
|
||||
</h1>
|
||||
<div class="header-top">
|
||||
<h1 class="site-title">
|
||||
<a href="{{ .Site.BaseURL | relLangURL }}">{{ .Site.Title }}</a>
|
||||
</h1>
|
||||
{{ partial "social.html" . }}
|
||||
</div>
|
||||
{{ if .Site.Menus.main }}
|
||||
<nav>
|
||||
{{ $currentPage := . }}
|
||||
|
@ -12,4 +15,4 @@
|
|||
<nav></nav>
|
||||
{{ end }}
|
||||
|
||||
{{ partial "header-extra.html" . }}
|
||||
{{ partial "header-extra.html" . }}
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue