home page update

This commit is contained in:
anarsec 2023-10-07 19:48:47 +00:00
parent 8ea984e24c
commit 01ef703770
No known key found for this signature in database
3 changed files with 5 additions and 4 deletions

View file

@ -6,15 +6,15 @@
<div class="has-text-centered">
<h1 class="title is-2">{{ section.title }}</h1>
<p class="subtitle is-4">{{ section.description }}</p>
</div>
<div class="content">
{{ section.content | safe }}
{% if config.extra.author.avatar %}
<figure class="image is-flex is-justify-content-center is-align-items-center">
<img id="image-gay" src="{{ config.extra.author.avatar }}" />
</figure>
{% endif %}
</div>
<div class="content">
{{ section.content | safe }}
</div>
</div>
</section>
{% endblock %}