diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 15 |
1 files changed, 1 insertions, 14 deletions
diff --git a/templates/index.html b/templates/index.html index cefce37..27b3232 100644 --- a/templates/index.html +++ b/templates/index.html @@ -7,20 +7,7 @@ <p>As long as it is not webdesign, I will program nearly anything for you</p> <div class="spacer"></div> <h1>Projects</h1> - <div class="gallery"> - <a href="{{ url_for("projects", project_name="website") }}"> - <div class="gallery-element"> - This website - </div> - </a> - <div class="gallery-element"> - Discord Bots - </div> - <div class="gallery-element"> - LOGL - </div> - </div> - + {% include "gallery.html" %} {% endblock %} {% block title %} Roman Gräf |