diff --git a/_includes/head.html b/_includes/head.html index 47e2491..7aa7abb 100644 --- a/_includes/head.html +++ b/_includes/head.html @@ -15,12 +15,15 @@ {% if site.ga_tracking != nil %} + - + {% endif %} {% if site.search_enabled != nil %} @@ -30,7 +33,8 @@ -{% seo %} + {% seo %} + + {% include head_custom.html %} -{% include head_custom.html %} diff --git a/_includes/nav.html b/_includes/nav.html index 2c4bf1e..d561a42 100644 --- a/_includes/nav.html +++ b/_includes/nav.html @@ -1,44 +1,40 @@ diff --git a/_layouts/default.html b/_layouts/default.html index 209597c..3c6721b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -14,6 +14,7 @@ layout: table_wrappers {% include title.html %} + diff --git a/_sass/code.scss b/_sass/code.scss index e8989f3..31a4842 100644 --- a/_sass/code.scss +++ b/_sass/code.scss @@ -11,7 +11,8 @@ code { border-radius: $border-radius; } -pre.highlight { +pre.highlight, +figure.highlight { padding: $sp-3; margin-bottom: 0; -webkit-overflow-scrolling: touch; @@ -61,7 +62,7 @@ pre.highlight { .highlight .ld { color: #93a1a1; } // literal.date // .highlight .m { color: #2aa198; } // literal.number // .highlight .s { color: #2aa198; } // literal.string // -.highlight .na { color: #93a1a1; } // name.attribute // +.highlight .na { color: #555; } // name.attribute // .highlight .nb { color: #b58900; } // name.builtin // .highlight .nc { color: #268bd2; } // name.class // .highlight .no { color: #cb4b16; } // name.constant // @@ -69,7 +70,7 @@ pre.highlight { .highlight .ni { color: #cb4b16; } // name.entity // .highlight .ne { color: #cb4b16; } // name.exception // .highlight .nf { color: #268bd2; } // name.function // -.highlight .nl { color: #93a1a1; } // name.label // +.highlight .nl { color: #555; } // name.label // .highlight .nn { color: #93a1a1; } // name.namespace // .highlight .nx { color: #555; } // name.other // .highlight .py { color: #93a1a1; } // name.property //