diff options
Diffstat (limited to 'build.sh')
-rwxr-xr-x | build.sh | 4 |
1 files changed, 2 insertions, 2 deletions
@@ -248,7 +248,7 @@ echo "[build] creating links..." tee ./tmp/temp-content-links-site.html > /dev/null << EOF <h1>Links</h1> - <p>Dynamic Link generation is currently not possible.</p> + <span>Dynamic Link generation is currently not possible.</span> EOF cat ./con/header.html \ ./tmp/temp-content-links-site.html \ @@ -274,7 +274,7 @@ for i in *.meta; do <meta http-equiv="refresh" content="0; url=$content"> </head> <body> - <p><a href="$content">redirect...</a></p> + <span><a href="$content">redirect...</a></span> </body> </html> EOF |