mirror of https://github.com/theNewDynamic/gohugo-theme-ananke.git

Bud Parr
12.49.2017 1d810d72378b36329369434f4016d87a92957e58
add absolute url to css
1 files modified
4 ■■■■ changed files
layouts/_default/baseof.html 4 ●●●● patch | view | raw | blame | history
layouts/_default/baseof.html
@@ -17,7 +17,7 @@
        <META NAME="ROBOTS" CONTENT="NOINDEX, NOFOLLOW">
      {{ end }}
     <link href='/dist/main.css' rel='stylesheet' type="text/css" />
     <link href='{{ "/dist/main.css" | absURL }}' rel='stylesheet' type="text/css" />
      {{/* NOTE: These Hugo Internal Templates can be found starting at https://github.com/spf13/hugo/blob/master/tpl/tplimpl/template_embedded.go#L158 */}}
      {{- template "_internal/opengraph.html" . -}}
@@ -29,7 +29,7 @@
        {{ template "_internal/google_analytics_async.html" . }}
      {{ end }}
  </head>
  <body class="ma0 sans-serifTK avenir bg-near-white">
  <body class="ma0 avenir bg-near-white">
    {{ block "header" . }}{{ partial "site-header.html" .}}{{ end }}
    <main class="pb7" role="main">
      {{ block "main" . }}{{ end }}