diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/templates/index.html b/templates/index.html index 9066226..01d448e 100644 --- a/templates/index.html +++ b/templates/index.html @@ -34,7 +34,7 @@ {% block header %} {% endblock header %} - + {% block title %} <div id="spotlight" class="animated fadeIn"> <div id="home-center"> @@ -52,7 +52,7 @@ </nav> {% endblock main %} </div> - + {% block footer %} <div id="home-footer"> <p>© {{ now() | date(format="%Y")}} @@ -66,7 +66,7 @@ </div> {% endblock footer %} </div> - + <script src="{{get_url(path="js/main.js")}}"></script> <!-- Math rendering --> |