Просмотр исходного кода

added custom css link

tags/v1.0.0
somrat 5 лет назад
Родитель
Сommit
d49ef48fe8
1 измененных файлов: 4 добавлений и 0 удалений
  1. 4
    0
      layouts/partials/head.html

+ 4
- 0
layouts/partials/head.html Просмотреть файл

@@ -28,5 +28,9 @@
{{"<!-- Main Stylesheet -->"|safeHTML}}
{{ $styles := resources.Get "css/style.css" | minify}}
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}" media="screen">
{{ "<!-- Custom CSS -->" | safeHTML }}
{{ range .Site.Params.custom_css }}
<link rel="stylesheet" href="{{ . | absURL }}">
{{ end }}

</head>

Загрузка…
Отмена
Сохранить