1
0
mirror of https://github.com/paboyle/Grid.git synced 2025-06-13 12:47:05 +01:00
Files
Grid/pdfconfigs/titlepage.html
2018-03-15 17:01:59 +00:00

27 lines
1.0 KiB
HTML

---
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>&copy; {{ 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>