color change

This commit is contained in:
naoufal zerai
2022-08-19 21:29:43 -04:00
parent 2e68ef8b45
commit 64f69be76f
4 changed files with 54 additions and 27 deletions

View File

@@ -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">

View File

@@ -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>