The fifth version of chriskrycho.com, built in Eleventy.

build: don’t doubly emit `:` on context etc.!

Changed files
+2 -2
eleventy
site
_includes
components
+1 -1
eleventy/preparse.ts
··· 9 9 const ASSUMED_AUDIENCE = 10 10 "<b><a href='https://v4.chriskrycho.com/2018/assumed-audiences.html'>Assumed audience</a>:</b>"; 11 11 12 - const CONTEXT = '<b>A bit of context:</b>:'; 12 + const CONTEXT = '<b>A bit of context:</b>'; 13 13 14 14 const EPISTEMIC_STATUS = 15 15 "<b><a href='https://v5.chriskrycho.com/journal/epistemic-status/'>Epistemic status</a>:</b>";
+1 -1
site/_includes/components/book.njk
··· 27 27 </section> 28 28 {% if book.review %} 29 29 <section class='book-review__summary'> 30 - <b>{{book.review.rating}}</b>: 30 + <b>{{book.review.rating}}:</b> 31 31 {{book.review.summary | safe}} 32 32 </section> 33 33 {% endif %}