Skip to content

Commit

Permalink
Adding jekyl layouts
Browse files Browse the repository at this point in the history
  • Loading branch information
davidcok committed Jul 1, 2020
1 parent 28c1ed3 commit 56a0e17
Show file tree
Hide file tree
Showing 2 changed files with 18 additions and 30 deletions.
18 changes: 18 additions & 0 deletions _layouts/default.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
---
layout: default
---
<article class="post">

<header class="post-header">
<h1 class="post-title">{{ page.title }}</h1>
<!-- <script type="text/x-mathjax-config">
MathJax.Hub.Config({tex2jax: {inlineMath: [['$','$'], ['\\(','\\)']]}});
</script> -->
</header>

<div class="post-content">
{{ content }}
</div>

</article>
<script src="https://cdn.mathjax.org/mathjax/latest/MathJax.js?config=TeX-AMS-MML_HTMLorMML" type="text/javascript" ></script>
30 changes: 0 additions & 30 deletions _layouts/page.html

This file was deleted.

0 comments on commit 56a0e17

Please sign in to comment.