_layouts/default.html in jekyll-theme-neysa-0.1.2 vs _layouts/default.html in jekyll-theme-neysa-0.1.3

- old
+ new

@@ -9,24 +9,10 @@ {% include head-custom.html %} </head> <body> - - <!-- HEADER --> - <div id="header_wrap" class="outer"> - <header class="inner"> - {% if site.github.is_project_page %} - <a id="forkme_banner" href="{{ site.github.repository_url }}">View on GitHub</a> - {% endif %} - - <h1 id="project_title">{{ site.title | default: site.github.repository_name }}</h1> - <h2 id="project_tagline">{{ site.description | default: site.github.project_tagline }}</h2> - - </header> - </div> - <!-- MAIN CONTENT --> <div id="main_content_wrap" class="outer"> <section id="main_content" class="inner"> {{ content }} </section> @@ -40,6 +26,8 @@ {% endif %} <p>Published with <a href="https://pages.github.com">GitHub Pages</a></p> </footer> </div> </body> + + {% include mathjax.html %} <!--Need to be after the contents--> </html>