removing gh-pages branch and putting everything in master
This commit is contained in:
16
_layouts/page_print.html
Normal file
16
_layouts/page_print.html
Normal file
@ -0,0 +1,16 @@
|
||||
---
|
||||
layout: default_print
|
||||
comments: true
|
||||
---
|
||||
<div class="post-header">
|
||||
<h1 class="post-title-main" id="{{page.permalink | replace: '/', '' }}">{{ page.title }}</h1>
|
||||
</div>
|
||||
|
||||
|
||||
|
||||
<div class="post-content">
|
||||
|
||||
{% include toc.html %}
|
||||
{{ content }}
|
||||
</div>
|
||||
|
Reference in New Issue
Block a user