File tree Expand file tree Collapse file tree 3 files changed +7
-6
lines changed
Expand file tree Collapse file tree 3 files changed +7
-6
lines changed Original file line number Diff line number Diff line change @@ -40,7 +40,7 @@ copyright:
4040 Except where otherwise noted, the blog posts on this site are licensed
4141 under the Creative Commons Attribution 4.0 International (CC BY 4.0) License by the author.
4242
43- meta : Powered by :PLATFORM with :THEME theme .
43+ meta : Using the :PLATFORM theme :THEME.
4444
4545not_found :
4646 statment : Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
Original file line number Diff line number Diff line change 1717 < div class ="footer-right ">
1818 < p class ="mb-0 ">
1919
20- {% capture _platform %}
20+ {%- capture _platform - %}
2121 < a href ="https://jekyllrb.com " target ="_blank " rel ="noopener "> Jekyll</ a >
22- {% endcapture %}
22+ {%- endcapture - %}
2323
24- {% capture _theme %}
24+ {%- capture _theme - %}
2525 < a href ="https://github.com/cotes2020/jekyll-theme-chirpy " target ="_blank " rel ="noopener "> Chirpy</ a >
26- {% endcapture %}
26+ {%- endcapture - %}
2727
2828 {{ site.data.locales[site.lang].meta
29- | default: 'Powered by :PLATFORM with :THEME theme .'
29+ | default: 'Using the :PLATFORM theme :THEME.'
3030 | replace: ':PLATFORM', _platform | replace: ':THEME', _theme
3131 }}
3232 </ p >
Original file line number Diff line number Diff line change @@ -1254,6 +1254,7 @@ $sidebar-display: "sidebar-display";
12541254
12551255 div .d-flex {
12561256 padding : 1.5rem 0 ;
1257+ line-height : 1.65 ;
12571258 flex-wrap : wrap ;
12581259 justify-content : space-around !important ;
12591260 }
You can’t perform that action at this time.
0 commit comments