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> <body>
<div id="body-container"> <div id="body-container">
<div id="head"> <div id="head">
<a href="/blog/index.php/welcome"> <a href="{$flatpress.WWW}index.php/welcome">
<div id="head-bubble"> <div id="head-bubble">
<div id="title-container"> <div id="title-container">
<!-- <h1><a href="index.php/welcome">{$flatpress.TITLE}</a></h1> --> <!-- <h1><a href="index.php/welcome">{$flatpress.TITLE}</a></h1> -->