Compare commits

..

2 Commits

Author SHA1 Message Date
63d4122322 Added: posts page
All checks were successful
Build and Deploy Zola Website / build_and_deploy (push) Successful in 17s
Build Zola Website / build (pull_request) Successful in 16s
2024-02-08 09:13:08 +01:00
5090214128 Fixes: #5 body padding 2024-02-08 09:12:18 +01:00
2 changed files with 4 additions and 3 deletions

View File

@ -16,7 +16,8 @@ smart_punctuation = true
git = "https://git.filiprojek.cz/fr/website" git = "https://git.filiprojek.cz/fr/website"
nav_items = [ nav_items = [
{name="Home", path="/"}, {name="Home", path="/"},
#{name="About", path="/about"}, {name="About", path="/about"},
#{name="Projects", path="/projects/"}, {name="Projects", path="/projects/"},
{name="Posts", path="/posts"}
] ]

View File

@ -1,7 +1,7 @@
.content { .content {
display: flex; display: flex;
flex-direction: column; flex-direction: column;
margin: 2rem 8rem; margin: 2rem 20%;
} }
.content { .content {