Change blog subtitle and color

master
Quentin Duchemin 2023-08-21 16:41:05 +02:00
parent 50b5c9c20e
commit aa57109fab
Signed by: Chosto
GPG Key ID: 96AB8AE7DFEA3D74
2 changed files with 2 additions and 2 deletions

View File

@ -1,4 +1,4 @@
---
title: Mon carnet web
subtitle: Pensées à la mer cherchant chemin
subtitle: Pensées cherchant chemin
---

View File

@ -33,7 +33,7 @@
<div {{ if $page }}class="box"{{ end }}>
<p class="title is-size-1-desktop is-size-3-mobile">{{ .Title }}</p>
{{ with .Params.subtitle }}
<p class="mt-5 subtitle is-size-2-desktop is-size-5-mobile has-text-weight-semibold">{{ . | markdownify }}</p>
<p class="mt-5 subtitle is-size-2-desktop is-size-5-mobile has-text-weight-semibold {{ if $home }}has-text-white{{ end }}">{{ . | markdownify }}</p>
{{ end }}
</div>
</div>