feat: add build date to template context

This commit is contained in:
relikd
2023-06-06 19:30:54 +02:00
parent 11086955be
commit ad9cd818d6
5 changed files with 26 additions and 3 deletions

View File

@@ -282,8 +282,8 @@ table.clickable tbody>tr:hover {
}
#sidebar-wrapper {
font-family: 'Dosis', sans-serif;
font-size: 1.2rem;
display: flex;
flex-direction: column;
-webkit-transition: margin .25s ease-out;
-moz-transition: margin .25s ease-out;
-o-transition: margin .25s ease-out;
@@ -295,6 +295,8 @@ table.clickable tbody>tr:hover {
#sidebar-wrapper .list-group {
width: max-content;
font-family: 'Dosis', sans-serif;
font-size: 1.2rem;
}
.icon-list i {