Merge branch 'fix_norwegian' into feature/material-v9

This commit is contained in:
squidfunk
2022-11-27 11:03:51 +01:00
2045 changed files with 2478 additions and 2397 deletions

View File

@@ -34,10 +34,10 @@
{% endif %}
{% endblock %}
{% block styles %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.c89d86b6.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/main.38cbebe6.min.css' | url }}">
{% if config.theme.palette %}
{% set palette = config.theme.palette %}
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.08040f6c.min.css' | url }}">
<link rel="stylesheet" href="{{ 'assets/stylesheets/palette.2505c338.min.css' | url }}">
{% if palette.primary %}
{% import "partials/palette.html" as map %}
{% set primary = map.primary(
@@ -243,7 +243,7 @@
</script>
{% endblock %}
{% block scripts %}
<script src="{{ 'assets/javascripts/bundle.3fdbbf21.min.js' | url }}"></script>
<script src="{{ 'assets/javascripts/bundle.58485186.min.js' | url }}"></script>
{% for path in config.extra_javascript %}
<script src="{{ path | url }}"></script>
{% endfor %}