diff options
| author | Arslaan Pathan <[email protected]> | 2026-07-18 21:17:59 +1200 |
|---|---|---|
| committer | Arslaan Pathan <[email protected]> | 2026-07-18 21:17:59 +1200 |
| commit | b96b17d7d4e1557205cd91f582ae46265d6de632 (patch) | |
| tree | c1d15506e44cfd161c662ab07dc23b49c7f117f8 /templates | |
| parent | 44406d91c823e3c049721baaad2dd6a4853a8ea5 (diff) | |
| download | arslaancodes-b96b17d7d4e1557205cd91f582ae46265d6de632.tar.xz arslaancodes-b96b17d7d4e1557205cd91f582ae46265d6de632.zip | |
Start working on projects
Diffstat (limited to 'templates')
| -rw-r--r-- | templates/blog-page.html | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/templates/blog-page.html b/templates/blog-page.html index 9902bb6..cd9785e 100644 --- a/templates/blog-page.html +++ b/templates/blog-page.html @@ -5,5 +5,7 @@ {{ page.title }} </h1> <p class="subtitle"><strong>{{ page.date }}</strong></p> +<div class="blog-content"> {{ page.content | safe }} +</div> {% endblock content %} |
