This commit is contained in:
Edgar 2021-12-24 13:53:54 +01:00
parent d49f1c8fbf
commit 8aec2e0001
No known key found for this signature in database
GPG key ID: 8731E6C0166EAA85

View file

@ -1,8 +1,7 @@
{% extends "base.html" %} {% block content %}
<h1 class="title">Welcome to my website</h1>
<p>
This is my personal website, where I post articles and other stuff, usually
about coding, ideas or anything related to the tech world.
This is my personal website, where I post articles and other stuff, usually about coding.
</p>
{% set section = get_section(path="blog/_index.md") %}