diff --git a/templates/base.html b/templates/base.html index 3ecf9fb1..9aab928d 100644 --- a/templates/base.html +++ b/templates/base.html @@ -33,274 +33,302 @@ with this program; if not, write to the Free Software Foundation, Inc., {% get_current_language as LANGUAGE_CODE %}{% get_current_language_bidi as LANGUAGE_BIDI %} -
- {# Open Graph for social media #} - - - - - - - + + {# Open Graph for social media #} + + + + + + + - {# Preload JavaScript #} - {% bootstrap_javascript %} - - - + {# Preload JavaScript #} + {% bootstrap_javascript %} + + + - {# Load CSS #} - {% bootstrap_css %} - - - - - {% block extrastyle %}{% endblock %} + {# Load CSS #} + {% bootstrap_css %} + + + + + {% block extrastyle %}{% endblock %} - {# Favicon with iOS, Android, touchbar support #} - - - - - - - + {# Favicon with iOS, Android, touchbar support #} + + + + + + + - {# Do not allow zooming on devices #} - + {# Do not allow zooming on devices #} + -