changed hardcoded link to bit more dynamic :) TODO: avoid stretching <a> about a div

This commit is contained in:
DeltaLima 2023-06-20 21:05:56 +02:00
parent 4014c239e7
commit 4099ef57e6

View file

@ -9,7 +9,7 @@
<body>
<div id="body-container">
<div id="head">
<a href="/blog/index.php/welcome">
<a href="{$flatpress.WWW}index.php/welcome">
<div id="head-bubble">
<div id="title-container">
<!-- <h1><a href="index.php/welcome">{$flatpress.TITLE}</a></h1> -->