akutelles Datum in Webseite einfügen
This commit is contained in:
parent
a5acc69783
commit
da49e3869a
1
Makefile
1
Makefile
@ -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
|
||||
|
@ -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>
|
||||
|
Loading…
Reference in New Issue
Block a user