mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-17 23:37:06 +01:00
Adding pdf generation capabilities
This commit is contained in:
18
_layouts/page_print.html
Normal file
18
_layouts/page_print.html
Normal file
@ -0,0 +1,18 @@
|
||||
---
|
||||
layout: default_print
|
||||
comments: false
|
||||
---
|
||||
|
||||
|
||||
|
||||
<div class="post-header">
|
||||
<h1 class="post-title-main" id="{{page.permalink | replace: '/', '' }}">{{ page.excerpt }}</h1>
|
||||
</div>
|
||||
|
||||
<div class="post-content">
|
||||
|
||||
{% if page.summary %}
|
||||
<div class="summary">{{page.summary}}</div>
|
||||
{% endif %}
|
||||
{{ content }}
|
||||
</div>
|
Reference in New Issue
Block a user