akutelles Datum in Webseite einfügen

This commit is contained in:
Jörg Thalheim 2013-11-07 12:43:16 +01:00
parent a5acc69783
commit da49e3869a
2 changed files with 3 additions and 1 deletions

View File

@ -4,6 +4,7 @@ all:
(cd $$d; make all) \
done
upload: all
sed -i 's/Stand: [^<]\+/Stand: $(shell date +'%T %d.%m.%Y')/' www/index.html
rsync -avcL www/ deploy@lctp:/srv/http/lctp
watch:
cd bericht && make watch

View File

@ -106,7 +106,8 @@ pre {
</section>
<section id="bericht">
<h2>Bericht</h2>
<a href="uploads/bericht.pdf" class="pure-button pure-button-primary">Download</a>
<a href="uploads/bericht.pdf" class="pure-button
pure-button-primary">Download</a> <p>Stand: 12:40:28 07.11.2013</p>
</section>
<section id="git">
<h2>Git-Zugriff</h2>