fixes missing alt attribute in titlepage.html

and adds site.time and site.company_name variables
This commit is contained in:
Kai Mindermann M.Sc
2017-04-10 17:39:15 +02:00
committed by GitHub
parent 06dc9e0e25
commit a636bad26b

View File

@ -10,11 +10,11 @@ permalink: /titlepage/
<hr /> <hr />
<div class="printTitleImage"> <div class="printTitleImage">
<img src="{{site.url}}/{{site.baseurl}}/images/company_logo_big.png"/> <img src="{{site.url}}/{{site.baseurl}}/images/company_logo_big.png" alt="Company Logo"/>
</div> </div>
<div class="copyrightBoilerplate"> <div class="copyrightBoilerplate">
<p>&copy; 2016 Your company. 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>&copy; {{ site.time | date: "%Y" }} {{site.company_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> </p>
</div> </div>