Skip to content

Commit

Permalink
Assets cleanup
Browse files Browse the repository at this point in the history
  • Loading branch information
Florens Verschelde committed Nov 24, 2016
1 parent 44b43b3 commit db47a25
Show file tree
Hide file tree
Showing 4 changed files with 3 additions and 3 deletions.
File renamed without changes.
File renamed without changes
File renamed without changes.
6 changes: 3 additions & 3 deletions Resources/views/page.html.twig
Original file line number Diff line number Diff line change
Expand Up @@ -32,12 +32,12 @@
<title>{{ metaTitle }}</title>
{% endif %}
<style>
{{- source(assets~'css/styles.css')|raw -}}
{{- source(assets~'styles.css')|raw -}}
</style>
</head>
<body>

{{ source(assets~'svg/sprite.svg')|raw }}
{{ source(assets~'sprite.svg')|raw }}

<header>
{% if crumbs|length > 0 %}
Expand Down Expand Up @@ -98,7 +98,7 @@
{% if codeLang|default('') %}
window.twigSubLanguage = '{{ codeLang }}';
{% endif %}
{{ source(assets~'js/highlight.min.js')|replace({'</script': '<\\/script'})|raw }}
{{ source(assets~'highlight.js')|replace({'</script': '<\\/script'})|raw }}
;hljs.initHighlighting();
</script>
{% endif %}
Expand Down

0 comments on commit db47a25

Please sign in to comment.