diff --git a/_config.yml b/_config.yml index 4f1bd00..8d09ff7 100644 --- a/_config.yml +++ b/_config.yml @@ -23,13 +23,14 @@ feed: markdown: kramdown kramdown: input: GFM + mathjax: true # Plugins plugins: - jekyll-feed # Per-collection settings -# collections_dir: _collections +collections_dir: collections collections: posts: output: true diff --git a/src/_layouts/default.html b/src/_layouts/default.html index 621195b..4fd7af6 100644 --- a/src/_layouts/default.html +++ b/src/_layouts/default.html @@ -13,6 +13,7 @@ + @@ -56,6 +57,15 @@
+ {% if page.title %} +
+

{{ page.title }}

+ {% if page.description %} + {{ page.description }} + {% endif %} +
+ {% endif %} + {{ content }}