Add Simple CSS and set date formats on templates

This commit is contained in:
Juno Takano 2025-09-21 00:24:55 -03:00
commit 70cdfb1141
5 changed files with 60 additions and 3 deletions

View file

@ -3,6 +3,9 @@
<head>
<meta charset="utf-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<link rel="stylesheet" href="https://cdn.simplecss.org/simple.min.css">
<link href="{{ get_url(path="assets/css/overrides.css") }}" rel="stylesheet">
<title>Incandescência</title>
</head>