Skip to content

Commit

Permalink
feat(theme): new syntax for inline assets
Browse files Browse the repository at this point in the history
  • Loading branch information
sparanoid committed Aug 12, 2015
1 parent 841a59a commit 70421fe
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion _app/_includes/themes/curtana/includes/js.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,7 +19,7 @@
{% endif %}

<!-- Custom scripts -->
<script src="{{ '/js/app.js' | prepend: amsf_assets }}" data-inline></script>
<script src="{{ '/js/app.js?assets-inline' | prepend: amsf_assets }}"></script>

<!-- Foot hooks -->
{% if page.foot %}
Expand Down
2 changes: 1 addition & 1 deletion _app/_includes/themes/curtana/includes/top.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@

<link rel=alternate href="{{ amsf_feed_url }}" type=application/atom+xml>

<link rel=stylesheet href="{{ '/css/app.css' | prepend: amsf_assets }}" data-inline>
<link rel=stylesheet href="{{ '/css/app.css?assets-inline' | prepend: amsf_assets }}">

<!-- Canonical links, avoid duplicate content problems -->
<link rel=canonical href="{{ amsf_page_url }}">
Expand Down

0 comments on commit 70421fe

Please sign in to comment.