make title link absolute url

This commit is contained in:
ktyl 2022-05-28 02:12:48 +01:00
parent a2334f66f2
commit 6d0e4d38a6
2 changed files with 11 additions and 1 deletions

10
scripts/deploy-ktyl.dev Executable file
View File

@ -0,0 +1,10 @@
#!/usr/bin/env bash
site="ktyl.dev"
srcdir="./$site"
webroot="/var/www"
sitedir="$webroot/$site"
[ -d $sitedir ] && rm -r $sitedir
sudo -n mv $srcdir $webroot

View File

@ -1,2 +1,2 @@
<div class="title"> <div class="title">
<h1 class="fsText"><a href="index.html">ktyl.dev</a><span class="pageTitle"> <h1 class="fsText"><a href="https://ktyl.dev/">ktyl.dev</a><span class="pageTitle">