Add mandoc link to <head>

master
Nakidai 2024-08-31 03:02:43 +03:00
parent d043754bc9
commit a32ae499f5
Signed by: nakidai
GPG Key ID: 18AD605FDA13FE5A
1 changed files with 2 additions and 1 deletions

View File

@ -6,7 +6,8 @@ FILES = ${GEN} style.css pubkey.asc
all: ${GEN}
index.html: index.7
mandoc -Thtml index.7 -Ostyle=style.css > index.html
mandoc -Thtml index.7 -Ostyle=style.css | sed -e '/<head>/a\
<link rel="me" href="https://mstdn.social/@nakidai">' > index.html
cstyle.html: cstyle.7
mandoc -Thtml cstyle.7 -Ostyle=style.css > cstyle.html