diff options
author | axtlos <axtlos@getcryst.al> | 2023-03-08 18:17:56 +0100 |
---|---|---|
committer | axtlos <axtlos@getcryst.al> | 2023-03-08 18:17:56 +0100 |
commit | 898c1c23e10c12b3fe0b4bc572ff5dbc88c42c14 (patch) | |
tree | f96d9d7569bc7d5de68b1418d121ad08651d26cc /generate.sh | |
parent | 62a53453b249666c31db5b51df870dda55df45cc (diff) | |
download | website-898c1c23e10c12b3fe0b4bc572ff5dbc88c42c14.tar.gz website-898c1c23e10c12b3fe0b4bc572ff5dbc88c42c14.tar.bz2 |
Update fedi link
Diffstat (limited to 'generate.sh')
-rwxr-xr-x | generate.sh | 3 |
1 files changed, 0 insertions, 3 deletions
diff --git a/generate.sh b/generate.sh index a8198ff..5b49d18 100755 --- a/generate.sh +++ b/generate.sh @@ -2,9 +2,6 @@ echo "Generate html" mandoc -T html -O style=./style.css website.7 > website.7.html -echo "Changing Mastodon hyperlink style" -sed 's|<p class="Pp">- <a class="Lk" href="https://tech.lgbt/@axtlos">Mastodon</a></p>|<p class="Pp">- <i class="Em">Mastodon:</i> <a class="Lk" rel="me" href="https://tech.lgbt/@axtlos">https://tech.lgbt/@axtlos</a></p>|g' website.7.html > website.7.html.tmp -mv website.7.html.tmp website.7.html echo "Adding Gifs" sed 's|</body>|<img src="https://cyber.dabamos.de/88x31/delete-twitter.gif" alt="delete twitter, make a neocities!"/>\n<img src="https://cyber.dabamos.de/88x31/antinazi.gif" alt="No nazis! No fascists! No racism!"/>\n<img src="https://cyber.dabamos.de/88x31/rainbow_bev.gif" alt="Pride flag"/>\n</body>|g' website.7.html > website.7.html.tmp mv website.7.html.tmp website.7.html |