minimal fixes.

This commit is contained in:
Yann Esposito (Yogsototh) 2020-02-16 15:41:44 +01:00
parent cbca678ce1
commit fc5b367863
Signed by untrusted user who does not match committer: yogsototh
GPG key ID: 7B19A4C650D59646
2 changed files with 2 additions and 1 deletions

View file

@ -1,7 +1,7 @@
#!/usr/bin/env zsh
cd "$(git rev-parse --show-toplevel)" || exit 1
rootdir=${0:h}
rootdir=$PWD
echo $rootdir
echo -n "Uploading website"

View file

@ -134,6 +134,7 @@ hr {
margin-bottom: var(--lh);
}
#postamble:before, hr:after {
font-family: Menlo, monospace;
text-align: center;
content: "--------------------------------------------------------------------------------";
display:block;