File tree Expand file tree Collapse file tree 7 files changed +15
-6
lines changed
Expand file tree Collapse file tree 7 files changed +15
-6
lines changed Original file line number Diff line number Diff line change @@ -140,6 +140,12 @@ defaults:
140140 -
141141 label : Home
142142 url : /
143+ -
144+ scope :
145+ path : assets/data
146+ values :
147+ layout : compress
148+
143149
144150sass :
145151 sass_dir : /assets/css
Original file line number Diff line number Diff line change 2525 searchInput : document . getElementById ( 'search-input' ) ,
2626 resultsContainer : document . getElementById ( 'search-results' ) ,
2727 json : '{{ site.baseurl }}/assets/data/search.json' ,
28- searchResultTemplate : '{{ result_elem }}' ,
28+ searchResultTemplate : '{{ result_elem | strip_newlines }}' ,
2929 noResultsText : '{{ not_found }}'
3030} ) ;
3131</ script >
Original file line number Diff line number Diff line change 11---
22---
33
4- {"proxyUrl" :" {{ site.google_analytics.proxy_url }}" }
4+ {
5+ "proxyUrl" : " {{ site.google_analytics.proxy_url }}"
6+ }
Original file line number Diff line number Diff line change 11---
2- layout: compress
32---
43
54[
Original file line number Diff line number Diff line change 11---
2+ layout: compress
3+
24# A part of the Favicons
35# v2.0
46# https://github.com/cotes2020/jekyll-theme-chirpy
57# © 2019 Cotes Chung
68# MIT License
7- layout: compress
89---
910<?xml version =" 1.0" encoding =" utf-8" ?>
1011<browserconfig >
Original file line number Diff line number Diff line change 11---
2+ layout: compress
3+
24# A part of the Favicons
35# v2.0
46# https://github.com/cotes2020/jekyll-theme-chirpy
57# © 2019 Cotes Chung
68# MIT License
7- layout: compress
89---
910
1011{
Original file line number Diff line number Diff line change 11---
22layout: compress
3- #
3+
44# The Sitemap template
55# v2.0
66# https://github.com/cotes2020/jekyll-theme-chirpy
You can’t perform that action at this time.
0 commit comments