mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-12-24 22:43:58 +00:00
change theme again :D
This commit is contained in:
14
themes/notepadium/layouts/partials/header.html
Normal file
14
themes/notepadium/layouts/partials/header.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<section id="header">
|
||||
<div class="header wrap"><span class="header left-side"><a class="site home" href="{{- `/` | relLangURL -}}">
|
||||
{{- $logo := site.Params.logo -}}
|
||||
{{- if $logo -}}
|
||||
<img class="site logo" src="{{- $logo | relURL -}}" alt />
|
||||
{{- end -}}
|
||||
<span class="site name">{{- site.Title | safeHTML -}}</span></a></span>
|
||||
<span class="header right-side">
|
||||
{{- partial "navigation-items.html" site.Params.nav -}}
|
||||
</span></div>
|
||||
{{- with site.Params.slogan -}}
|
||||
<div class="site slogan"><span class="title">{{- . | safeHTML -}}</span></div>
|
||||
{{- end -}}
|
||||
</section>
|
||||
Reference in New Issue
Block a user