File tree 12 files changed +39
-36
lines changed
pageview-providers/custom
12 files changed +39
-36
lines changed Original file line number Diff line number Diff line change 4
4
branches :
5
5
only :
6
6
- master
7
- before_script : cp docs/_layouts/*.html _layouts/
7
+ before_script : cp -rfv docs/_includes .
8
8
script : JEKYLL_ENV=production bundle exec jekyll build --config ./docs/_config.yml
9
9
deploy :
10
10
provider : pages
Original file line number Diff line number Diff line change
1
+ <!-- start custom analytics snippet -->
2
+
3
+ <!-- end custom analytics snippet -->
Original file line number Diff line number Diff line change 1
- <!-- this will show at every article content's bottom -->
1
+ <!-- start custom article footer snippet -->
2
+
3
+ <!-- end custom article footer snippet -->
Original file line number Diff line number Diff line change
1
+ <!-- start custom head snippets -->
2
+
3
+ <!-- end custom head snippets -->
Original file line number Diff line number Diff line change
1
+ <!-- start favicons snippet, use https://realfavicongenerator.net/ -->
1
2
{%- include snippets/prepend-baseurl.html path='/assets/apple-touch-icon.png' -%}
2
3
< link rel ="apple-touch-icon " sizes ="180x180 " href ="{{ __return }} ">
3
4
21
22
{%- include snippets/prepend-baseurl.html path='/assets/browserconfig.xml' -%}
22
23
< meta name ="msapplication-config " content ="{{ __return }} ">
23
24
24
- < meta name ="theme-color " content ="#ffffff ">
25
+ < meta name ="theme-color " content ="#ffffff ">
26
+ <!-- end favicons snippet -->
Original file line number Diff line number Diff line change
1
+ <!-- start custom main bottom snippet -->
2
+
3
+ <!-- end custom main bottom snippet -->
Original file line number Diff line number Diff line change
1
+ <!-- start custom page snippet (for Home layout) -->
2
+
3
+ <!-- end custom page snippet (for Home layout) -->
Original file line number Diff line number Diff line change
1
+ <!-- start custom page snippet (for the post) -->
2
+
3
+ <!-- end custom page snippet (for the post) -->
Original file line number Diff line number Diff line change 214
214
< section class ="page__comments d-print-none "> {%- include comments.html -%}</ section >
215
215
{%- endif -%}
216
216
</ article >
217
+ {%- include main-bottom/custom.html -%}
217
218
</ div >
218
219
</ div >
219
220
Original file line number Diff line number Diff line change
1
+ /* start custom scss snippet */
2
+
3
+ /* end custom scss snippet */
Original file line number Diff line number Diff line change
1
+ < div align ="center " style ="margin: 1rem 0; ">
2
+ < script async src ="//pagead2.googlesyndication.com/pagead/js/adsbygoogle.js "> </ script >
3
+ <!-- Bottom -->
4
+ < ins class ="adsbygoogle "
5
+ style ="display:block "
6
+ data-ad-client ="ca-pub-2188963715533895 "
7
+ data-ad-slot ="3246761084 "
8
+ data-ad-format ="auto "
9
+ data-full-width-responsive ="true "> </ ins >
10
+ < script >
11
+ ( adsbygoogle = window . adsbygoogle || [ ] ) . push ( { } ) ;
12
+ </ script >
13
+ </ div >
Load Diff This file was deleted.
You can’t perform that action at this time.
0 commit comments