Change the config and file

This commit is contained in:
Mary 2023-07-08 17:45:26 +01:00
parent 5f4258f32a
commit f164d48e0c
3 changed files with 6 additions and 2 deletions

View File

@ -3,7 +3,7 @@ languageCode = 'en-us'
title = 'deliciousium'
theme = 'coyote'
copyright = "deliciousium - All rights reserved"
googleAnalytics = "G-VRQ9V3YJSJ"
googleAnalytics = "341643661"
[params]
logo = "/images/deliciousium.png"

View File

@ -5,6 +5,10 @@ body {
//background-color: #FFCC00;
}
.card-title {
text-align: center;
}
.post_title {
text-align: center;
border-bottom: none !important;

View File

@ -5,7 +5,7 @@
<img class="article__image" src="{{ $image.RelPermalink }}">
</div>
<div class="article__text">
<h3 class="article__title">{{ .Title }}</h3>
<h3 class="article__title card-title">{{ .Title }}</h3>
</div>
</a>
<footer class="article__footer">