From a636bad26b0409178699a007d2fb56529bb05a30 Mon Sep 17 00:00:00 2001 From: "Kai Mindermann M.Sc" Date: Mon, 10 Apr 2017 17:39:15 +0200 Subject: [PATCH] fixes missing alt attribute in titlepage.html and adds site.time and site.company_name variables --- pdfconfigs/titlepage.html | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/pdfconfigs/titlepage.html b/pdfconfigs/titlepage.html index 5a0d2cc..d4683ea 100644 --- a/pdfconfigs/titlepage.html +++ b/pdfconfigs/titlepage.html @@ -10,11 +10,11 @@ permalink: /titlepage/
- + Company Logo
-

© 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. +

© {{ 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.