diff options
author | romangraef <roman.graef@gmail.com> | 2018-06-01 11:07:02 +0200 |
---|---|---|
committer | romangraef <roman.graef@gmail.com> | 2018-06-01 11:07:23 +0200 |
commit | a4717724853ce92888c8aa6c082a25428e00720b (patch) | |
tree | 3697459def6ec3e330bac2b5321908bd372c2daa /templates/index.html | |
parent | 22480d21a0d647d7f1d86a5efb25368225fcb7dd (diff) | |
download | my-website-a4717724853ce92888c8aa6c082a25428e00720b.tar.gz my-website-a4717724853ce92888c8aa6c082a25428e00720b.tar.bz2 my-website-a4717724853ce92888c8aa6c082a25428e00720b.zip |
added editing abilities
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 |