Skip to content

Commit

Permalink
Move assets to correct locations
Browse files Browse the repository at this point in the history
  • Loading branch information
arvindsv committed Jun 14, 2019
1 parent e789eb7 commit 1d76c1a
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 2 deletions.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
File renamed without changes.
4 changes: 2 additions & 2 deletions themes/hugo-book/layouts/partials/docs/html-head.html
Original file line number Diff line number Diff line change
Expand Up @@ -13,8 +13,8 @@
<script type="text/javascript" src="{{ "javascripts/navigation/navigation.js" | relURL }}"></script>
<script src="{{ "javascripts/_common-to-all-pages.js" | relURL }}" type="text/javascript"></script>

<link rel="stylesheet" href="{{ "normalize.min.css" | relURL }}"/>
<link rel="stylesheet" href="{{ "stylesheets/normalize.min.css" | relURL }}"/>
<link rel="stylesheet" href="{{ "stylesheets/website.css" | relURL }}"/>
{{ $styles := resources.Get "book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
{{ $styles := resources.Get "stylesheets/book.scss" | resources.ToCSS | resources.Minify | resources.Fingerprint }}
<link rel="stylesheet" href="{{ $styles.RelPermalink }}"/>
{{ template "_internal/google_analytics_async.html" . }}
File renamed without changes.

0 comments on commit 1d76c1a

Please sign in to comment.