introducing templating inheritance and macros

This commit is contained in:
mtrx 2024-08-10 21:01:49 +02:00
parent 7fe997acff
commit 2e7a81d7c7
11 changed files with 206 additions and 230 deletions

View file

@ -26,7 +26,8 @@ article {
}
.post-link {
padding-right: 20px;
text-decoration: none;
color: black;
}
.post-title {
@ -39,6 +40,12 @@ article {
.post-body {
padding-top: 1rem;
margin-left: 2rem;
}
.submit-box {
display: flex;
justify-content: space-between;
}
#submit-form {