mirror of
https://github.com/paboyle/Grid.git
synced 2025-06-20 00:36:55 +01:00
Adding pdf generation capabilities
This commit is contained in:
26
pdfconfigs/titlepage.html
Normal file
26
pdfconfigs/titlepage.html
Normal file
@ -0,0 +1,26 @@
|
||||
---
|
||||
type: title
|
||||
search: exclude
|
||||
permalink: /titlepage.html
|
||||
---
|
||||
|
||||
<div class="printTitleImage">
|
||||
<img src="{{site.url}}/{{site.baseurl}}/images/GridLogo.png" alt="GRID" height="300" width="300"/>
|
||||
</div>
|
||||
|
||||
|
||||
<div class="printTitleArea">
|
||||
<div class="printTitle">{{site.print_title}}</div>
|
||||
<div class="printAuthors">{{site.authors}}</div>
|
||||
<div class="printSubtitle">{{site.print_subtitle}}</div>
|
||||
|
||||
|
||||
|
||||
<div class="copyrightBoilerplate">
|
||||
<p>© {{ site.time | date: "%Y" }} {{site.name}}. This is a boilerplate copyright statement... All rights reserved. No part of this publication may be reproduced, distributed, or transmitted in any form or by any means, including photocopying, recording, or other electronic or mechanical methods, without the prior written permission of the publisher, except in the case of brief quotations embodied in critical reviews and certain other noncommercial uses permitted by copyright law.
|
||||
</p>
|
||||
|
||||
</div>
|
||||
<div class="lastGeneratedDate">Last generated: {{ site.time | date: '%B %d, %Y' }}</div>
|
||||
|
||||
</div>
|
Reference in New Issue
Block a user