try adding the meta tag

This commit is contained in:
idk
2020-09-24 20:12:17 -04:00
parent 99f8a373a7
commit b316f262fd
2 changed files with 2 additions and 0 deletions

View File

@ -10,6 +10,7 @@ index: README
@echo "<head>" >> index.html
@echo " <title>idk's home page</title>" >> index.html
@echo " <link rel=\"stylesheet\" type=\"text/css\" href =\"style.css\" />" >> index.html
@echo " <meta http-equiv=\"i2p-location\" content=\"http://b2o47zwxqjbn7jj37yqkmvbmci7kqubwgxu3umqid7cexmc7xudq.b32.i2p\"/>" >> index.html
@echo "</head>" >> index.html
@echo "<body>" >> index.html
sed "s|magnetsub|[Magnet Link]($(MAGNET))|g" README.md | \