mirror of
https://github.com/Fluffy-Bean/Fluffys-website.git
synced 2025-05-29 14:53:14 +00:00
Add darkmode
Prettier titles
This commit is contained in:
parent
b6077f88ed
commit
0ddc2a20b2
15 changed files with 187 additions and 76 deletions
|
@ -9,7 +9,7 @@
|
|||
<header>
|
||||
<img src="{{ article.thumb.url }}" alt="{{ article.title }}">
|
||||
<h1>{{ article.title }}</h1>
|
||||
<p>{{ article.date }}</p>
|
||||
<p>{{ article.date|date:"jS M, Y" }}</p>
|
||||
</header>
|
||||
{% endblock %}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue