Remove landing page text

This commit is contained in:
timvisee 2021-03-01 18:07:19 +01:00
parent bce3b5038d
commit e586e278c0
No known key found for this signature in database
GPG Key ID: B8DB720BC383E172
2 changed files with 1 additions and 28 deletions

View File

@ -1,26 +1,4 @@
+++
title = "Homepage"
title = ""
template = "landing.html"
+++
Welcome to my personal website!
This website shows what projects I work on.
You can find an overview on the [Projects](@/projects.md) page.
I prefer to make projects free and open-source, therefore most are available on
my [GitHub][github] and [GitLab][gitlab] profiles.
I also use this website as a platform for basic [blogging](@/blog/_index.md).
The content is mainly about programming, security and ramblings on other
technical interests of mine.
The opinions expressed here are my own and do not reflect my current or previous
employers'.
~ [Tim](@/about.md)
<span class="muted">_My old website is still available at
[old.timvisee.com][old]._</span>
[github]: https://github.com/timvisee
[gitlab]: https://gitlab.com/timvisee
[old]: https://old.timvisee.com/

View File

@ -1,5 +1,4 @@
{% extends "site.html" %}
{% import "post_macros.html" as post_macros %}
{% block headertron %}
<header id="headertron">
@ -19,7 +18,3 @@
</div>
</header>
{% endblock headertron %}
{% block body %}
{{ section.content | safe }}
{% endblock body %}