Compare commits
1 commit
master
...
hugo_0.128
Author | SHA1 | Date | |
---|---|---|---|
47a3ab894e |
4 changed files with 6 additions and 7 deletions
|
@ -2,25 +2,24 @@
|
||||||
"cosin_24_1",
|
"cosin_24_1",
|
||||||
"cosin_24_2",
|
"cosin_24_2",
|
||||||
"cosin_24_3",
|
"cosin_24_3",
|
||||||
|
"cosin_24_10",
|
||||||
"cosin_24_12",
|
"cosin_24_12",
|
||||||
"cosin_24_23",
|
|
||||||
"cosin_24_14",
|
"cosin_24_14",
|
||||||
"cosin_24_8",
|
"cosin_24_8",
|
||||||
|
"cosin_24_9",
|
||||||
"cosin_24_13",
|
"cosin_24_13",
|
||||||
"cosin_24_19",
|
"cosin_24_19",
|
||||||
"cosin_24_10",
|
|
||||||
"cosin_24_9",
|
|
||||||
"cosin_24_22",
|
"cosin_24_22",
|
||||||
"cosin_24_7",
|
"cosin_24_7",
|
||||||
"cosin_24_5",
|
|
||||||
"cosin_24_16",
|
"cosin_24_16",
|
||||||
|
"cosin_24_5",
|
||||||
"cosin_24_6",
|
"cosin_24_6",
|
||||||
|
"cosin_24_15",
|
||||||
|
"cosin_24_4",
|
||||||
"cosin_24_11",
|
"cosin_24_11",
|
||||||
"cosin_24_18",
|
"cosin_24_18",
|
||||||
"cosin_24_20",
|
"cosin_24_20",
|
||||||
"cosin_24_21",
|
"cosin_24_21",
|
||||||
"cosin_24_15",
|
|
||||||
"cosin_24_4",
|
|
||||||
"cosin_24_17"]
|
"cosin_24_17"]
|
||||||
|
|
||||||
2023 = [
|
2023 = [
|
||||||
|
|
|
@ -6,7 +6,7 @@
|
||||||
|
|
||||||
<!-- Include our own css last -->
|
<!-- Include our own css last -->
|
||||||
{{ $options := dict "targetPath" "custom.css" "outputStyle" "compressed" }}
|
{{ $options := dict "targetPath" "custom.css" "outputStyle" "compressed" }}
|
||||||
{{ $style := resources.Get "/sass/custom.css" | resources.ToCSS $options | resources.Fingerprint }}
|
{{ $style := resources.Get "/sass/custom.css" | css.Sass $options | resources.Fingerprint }}
|
||||||
<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}"/>
|
<link rel="stylesheet" href="{{ $style.Permalink }}" integrity="{{ $style.Data.Integrity }}"/>
|
||||||
|
|
||||||
{{ partial "opengraph.html" .}}
|
{{ partial "opengraph.html" .}}
|
||||||
|
|
Binary file not shown.
Before Width: | Height: | Size: 58 KiB |
Binary file not shown.
Before Width: | Height: | Size: 27 KiB |
Loading…
Reference in a new issue