diff options
| author | Ahmed Abdelhalim <[email protected]> | 2021-05-12 16:57:20 +0200 |
|---|---|---|
| committer | Ahmed Abdelhalim <[email protected]> | 2021-05-12 16:57:20 +0200 |
| commit | 96c896564461da1f592f36856550f08f3004b67a (patch) | |
| tree | 3a4229421efe3d10dc5fda07c425b83038148ee8 | |
| parent | 9962e80e78bd4de70ddb327c8624f124ed7952da (diff) | |
Minor content changes
| -rw-r--r-- | app/assets/index.html | 2 | ||||
| -rw-r--r-- | app/print.styl | 2 |
2 files changed, 2 insertions, 2 deletions
diff --git a/app/assets/index.html b/app/assets/index.html index 918fcbb..f579878 100644 --- a/app/assets/index.html +++ b/app/assets/index.html @@ -23,7 +23,7 @@ <div class="loc">Berlin, Germany</div> <div class="tel"><a href="tel:+491770126386">+49 (0)177 912 6386</a> · </div> <div class="email"><a href="mailto:[email protected]">[email protected]</a> · </div> - <div class="web"><a href="https://a14m.srht.site">website</a> · </div> + <div class="web"><a href="https://a14m.me">website</a> · </div> <div class="srht"><a href="https://sr.ht/~a14m">sr.ht</a> · </div> <div class="github"><a href="https://github.com/a14m">Github</a> · </div> <div class="stkflw"> diff --git a/app/print.styl b/app/print.styl index f6409f9..b65082c 100644 --- a/app/print.styl +++ b/app/print.styl @@ -102,5 +102,5 @@ footer { footer:after { color: #F7F7F7 - content: "Disclaimer: This PDF has been generated using browsesr's save to pdf feature on a14m.me" + content: "Disclaimer: auto generated from https://a14m.me" } |
