Compare commits

..

No commits in common. "240eb37b83a99eadd4955ef6137a101b1180ef68" and "31d30154df78a2dc5581047c4a80d61b2f3445c7" have entirely different histories.

2 changed files with 2 additions and 2 deletions

View File

@ -20,5 +20,5 @@ dist:
mkdir dist
deploy_test:
$(MAKE) BASEURL=https://c3retest.shnbk.de release
make BASEURL=https://c3retest.shnbk.de release
rsync -rv --delete dist/* shnbk.de:domains/c3retest.shnbk.de/htdocs

View File

@ -3,7 +3,7 @@
<meta name="githash" content="{{ .Page.GitInfo.Hash }}">
<meta name="gitdate" content="{{ .Page.GitInfo.CommitDate }}">
<meta name="gitmsg" content="{{ .Page.GitInfo.Subject }}">
<meta name="buildtime" content="{{ time.Now }}">
{{ $title := .Site.Title -}}
{{ if .Params.Title -}}
{{ $title = printf "%s | %s" .Params.Title $title -}}