File tree Expand file tree Collapse file tree 3 files changed +7
-1
lines changed
Expand file tree Collapse file tree 3 files changed +7
-1
lines changed Original file line number Diff line number Diff line change @@ -56,3 +56,6 @@ plugins:
5656
5757paginate : 10
5858paginate_path : " /archive/page:num/"
59+
60+ sass :
61+ style : compressed
File renamed without changes.
Original file line number Diff line number Diff line change 1010 onload ="this.onload=null;this.rel='stylesheet' ">
1111< noscript > < link rel ="stylesheet "
1212 href ="https://fonts.googleapis.com/css2?family=VT323&display=swap "> </ noscript >
13- < link rel ="stylesheet " href ="{{ '/assets/bschne.css' | relative_url }} " />
13+
14+ {% capture raw %}{% include bschne.scss %}{% endcapture %}
15+ < style > {{ raw | scssify }}</ style >
16+
1417 {%- feed_meta -%} {%- if jekyll.environment == 'production' and
1518 site.google_analytics -%} {%- include google-analytics.html -%} {%- endif
1619 -%}
You can’t perform that action at this time.
0 commit comments