conf & header fix

This commit is contained in:
2022-05-25 15:02:40 +02:00
parent e4af1e7b7b
commit c4880abdd1
2 changed files with 5 additions and 3 deletions

View File

@@ -59,7 +59,7 @@
#site-title a { #site-title a {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
justify-content: center; align-items: flex-start;
line-height: 1; line-height: 1;
} }
@@ -75,7 +75,7 @@
#site-title .site-icon { #site-title .site-icon {
height: 2em; height: 2em;
margin-right: 0.3em; margin-right: 0.2em;
} }
#links { #links {

View File

@@ -1,6 +1,8 @@
{ {
"config": { "config": {
"sitename": "Faoilean" "sitename": "Faoilean",
"sitedesc": "suckless blogging",
"siteicon": "/faoilean_icon_transparent.png"
}, },
"services": { "services": {
"article": { "article": {