1
0
mirror of https://github.com/avitex/avitex.github.io synced 2024-09-28 10:49:58 +00:00
1bit.pw/templates/index.html
2020-04-14 12:23:38 +10:00

14 lines
549 B
HTML

{% extends "root.html" %}
{% import "macros.html" as macros %}
{% block title %}{{ config.description }} - {{ config.title }}{% endblock %}
{% block meta_description %}The personal homepage of {{config.extra.author}}{% endblock meta_description %}
{% block body %}
<main class="home-page">
<img alt="brain logo" src="{{ get_url(path="brain-256px.png") | safe }}" />
<div class="inner">
<h1>{{config.extra.author}}</h1>
{% include "partials/site-nav.html" %}
</div>
</main>
{% endblock body %}