Fix base path for CSS

master
Fabiano Frizzo 8 years ago committed by Calin Tataru
parent 98a494a4d0
commit c151a10dcf
  1. 2
      layouts/partials/css.html

@ -13,7 +13,7 @@
</style>
<!-- main -->
<link rel="stylesheet" href="/css/main.css">
<link rel="stylesheet" href="{{ .Site.BaseURL }}/css/main.css">
<!-- custom -->
{{ range .Site.Params.css }} <link rel="stylesheet" href="{{ . }}"> {{ end }}

Loading…
Cancel
Save