diff --git a/_includes/docs.css b/_includes/docs.css index 27d1994..94c5c8e 100644 --- a/_includes/docs.css +++ b/_includes/docs.css @@ -15,4 +15,5 @@ q:before{content:""} .smaller{font-size:.9em} .muted{color:#a9a9a9} .sans-serif{font-family:var(--bs-font-sans-serif)} -a{text-decoration-skip-ink:none} \ No newline at end of file +a{text-decoration-skip-ink:none} +.pre{white-space:pre} \ No newline at end of file diff --git a/_includes/postlist.html b/_includes/postlist.html index dc42c3b..b925878 100644 --- a/_includes/postlist.html +++ b/_includes/postlist.html @@ -6,7 +6,7 @@
Other posts in {{pagetag|upc {%- for book in books %}
  • {%- if book.slug == page.slug %} - {{book.title}} + {{book.title}} {%- else %} {{book.title}} {%- endif -%} diff --git a/_includes/theme.css b/_includes/theme.css index 98dd94c..210bae4 100644 --- a/_includes/theme.css +++ b/_includes/theme.css @@ -18,4 +18,4 @@ @media (min-width:900px){ body>.container{max-width:80%;margin:0 auto} -} \ No newline at end of file +} diff --git a/_layouts/book.html b/_layouts/book.html index f181b51..666fa18 100644 --- a/_layouts/book.html +++ b/_layouts/book.html @@ -20,7 +20,7 @@

    {{page.author}}


    -
    +
    {%- for chapter in chapters %} {%- assign sortedchapteritems = chapter.items | sort: "cfi" %} diff --git a/_layouts/default.html b/_layouts/default.html index 248e2c4..c903c3b 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -27,10 +27,6 @@ -
    @@ -45,10 +41,9 @@

    {{site.title
    {{ content }} - - - - - -