Welcome to mirror list, hosted at ThFree Co, Russian Federation.

css.html « core « partials « layouts - github.com/chipsenkbeil/grid-side.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
blob: e768244b62a4be2c5ea85f6bd70b76e49d5e5799 (plain)
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
<!-- Load materialize used to provide parts of theme visuals -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/materialize.min.css">

<!-- Load font awesome used for various icons -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/font-awesome.min.css">

{{ with .Site.Params.Highlight }}
    <!-- Load highlight theme used for client-side syntax highlighting -->
    <link rel="stylesheet" href="{{ $.Site.BaseURL }}css/styles/{{ .style }}.css">
{{ end }}

<!-- Load lightbox stylings -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/lightbox.css">

<!-- Load main theme stylings -->
<link rel="stylesheet" href="{{ .Site.BaseURL }}css/main.css">