readd the magnific-popup.css I removed

master
Aaron N. Brock 4 years ago
parent 43a8de1125
commit 87a5e57f93
  1. 3
      layouts/partials/head.html

@ -12,6 +12,9 @@
{{ "<!-- Font Awesome -->" | safeHTML }}
<link rel="stylesheet" href="{{ "plugins/font-awesome/css/font-awesome.min.css" | absURL }}" />
{{ "<!-- Font Awesome -->" | safeHTML }}
<link rel="stylesheet" href="{{"plugins/magnafic-popup/magnific-popup.css" | absURL }}" />
{{ "<!-- Stylesheets -->" | safeHTML }}
{{ $style := resources.Get "scss/style.scss" | resources.ToCSS | minify }}
<link href="{{ $style.Permalink }}" rel="stylesheet" />

Loading…
Cancel
Save