mirror of
https://github.com/naoufalzerai/zerai.xyz.git
synced 2025-12-24 22:43:58 +00:00
color change
This commit is contained in:
@@ -25,3 +25,7 @@
|
||||
{{- end -}}
|
||||
{{- partial "head-extra.html" . -}}
|
||||
|
||||
<link rel="preconnect" href="https://fonts.googleapis.com">
|
||||
<link rel="preconnect" href="https://fonts.gstatic.com" crossorigin>
|
||||
<link href="https://fonts.googleapis.com/css2?family=Pacifico&display=swap" rel="stylesheet">
|
||||
|
||||
|
||||
@@ -6,11 +6,18 @@
|
||||
{{- $logo := site.Params.logo -}}
|
||||
{{- if $logo -}}
|
||||
<img class="site logo" src="{{- $logo | relURL -}}" alt />
|
||||
{{- end -}}
|
||||
{{- else }}
|
||||
<span class="site name">{{- site.Title | safeHTML -}}</span>
|
||||
{{- end -}}
|
||||
</a>
|
||||
</span>
|
||||
|
||||
|
||||
<span class="header">
|
||||
{{- partial "navigation-items.html" site.Params.nav -}}
|
||||
</span>
|
||||
|
||||
|
||||
{{- with site.Params.slogan -}}
|
||||
<span class="title">
|
||||
{{- with site.Params.profile.github -}}
|
||||
@@ -22,12 +29,6 @@
|
||||
{{- end -}}
|
||||
</span>
|
||||
{{- end -}}
|
||||
|
||||
|
||||
|
||||
<span class="header">
|
||||
{{- partial "navigation-items.html" site.Params.nav -}}
|
||||
</span>
|
||||
|
||||
</div>
|
||||
</section>
|
||||
Reference in New Issue
Block a user