diff --git a/app.py b/app.py index b81d584..dd62fee 100755 --- a/app.py +++ b/app.py @@ -7,6 +7,7 @@ from flask_fontawesome import FontAwesome from datetime import datetime from fotogrid import fotogrid + # directly support jinja within markdown blogposts # https://flask-flatpages.readthedocs.io/en/v0.7.1/ def markdown_with_jinja_renderer(text): diff --git a/fotogrid.py b/fotogrid.py index efa18c1..b487530 100644 --- a/fotogrid.py +++ b/fotogrid.py @@ -17,4 +17,4 @@ def fotogrid(image_urls): nbr += 1 result += "" # closing fotocolum, fotorow - return result \ No newline at end of file + return result diff --git a/static/css/style.css b/static/css/style.css index a340e7c..0f61aa1 100644 --- a/static/css/style.css +++ b/static/css/style.css @@ -14,7 +14,7 @@ html { } body { - text-size-adjust:100% + text-size-adjust:100%; background-attachment: fixed; background-color: #000000; color: rgba(255, 255, 255, 0.75); diff --git a/templates/template.html b/templates/template.html index 0f3ad42..f8bb121 100644 --- a/templates/template.html +++ b/templates/template.html @@ -6,6 +6,7 @@ + FdgL - Freunde des geordneten Lärms