Skip to content

Commit

Permalink
Update page.html.twig
Browse files Browse the repository at this point in the history
  • Loading branch information
ArnaudLigny committed Apr 3, 2019
1 parent 40ed2f8 commit e81d0aa
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions layouts/_default/page.html.twig
Expand Up @@ -13,9 +13,7 @@
<link rel="stylesheet" href="{{ url(minify('css/style.css')) }}">
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=PT+Sans:400,400italic,700|Abril+Fatface">
{% endblock head_css %}
{% for alternate in page.alternates %}
<link rel="{{ alternate.rel }}" type="{{ alternate.type }}" title="{{ alternate.title }}" href="{{ url(page, {format: alternate.format, canonical: true}) }}">
{% endfor %}
{% include 'partials/alternates.html.twig' %}
<link rel="stylesheet" href="{{ url(minify('css/monokai-sublime.css')) }}">
<script src="{{ url('js/highlight-9.13.1.min.js') }}"></script>
<script>hljs.initHighlightingOnLoad();</script>
Expand Down

0 comments on commit e81d0aa

Please sign in to comment.