mirror of
https://github.com/mrrpnya/lipu-sona.git
synced 2025-02-13 16:44:39 +00:00
template: Apply <base> and use relative paths
This commit is contained in:
parent
2696772df0
commit
a86d38c3e3
1 changed files with 5 additions and 3 deletions
|
@ -4,11 +4,13 @@
|
||||||
<meta charset="UTF-8">
|
<meta charset="UTF-8">
|
||||||
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
||||||
<title><?theme title?></title>
|
<title><?theme title?></title>
|
||||||
|
<!-- When working in a fork, change this to "/forkname/" -->
|
||||||
|
<base href="/lipu-sona-pona/" />
|
||||||
<meta property="og:site_name" content="lipu sona pona"/>
|
<meta property="og:site_name" content="lipu sona pona"/>
|
||||||
<meta property="og:title" content="<?theme title?>"/>
|
<meta property="og:title" content="<?theme title?>"/>
|
||||||
<meta property="og:type" content="website"/>
|
<meta property="og:type" content="website"/>
|
||||||
<meta property="og:url" content="https://lipu-sona.pona.la/<?theme dir?><?theme source?>"/>
|
<meta property="og:url" content="https://lipu-sona.pona.la/<?theme dir?><?theme source?>"/>
|
||||||
<link href="/style.css" rel="stylesheet" type="text/css" media="handheld,print,screen,projection,tv" title="Default Style">
|
<link href="style.css" rel="stylesheet" type="text/css" media="handheld,print,screen,projection,tv" title="Default Style">
|
||||||
<link rel="icon" type="image/png" href="favicon.png">
|
<link rel="icon" type="image/png" href="favicon.png">
|
||||||
<?theme style?>
|
<?theme style?>
|
||||||
</head>
|
</head>
|
||||||
|
@ -16,7 +18,7 @@
|
||||||
<div class="header">
|
<div class="header">
|
||||||
<div class="header_image"></div>
|
<div class="header_image"></div>
|
||||||
<div class="header_text">
|
<div class="header_text">
|
||||||
<h2><a href="/">lipu sona pona</a><span class="titlesep"> | </span></h2><h3><?theme title?></h3>
|
<h2><a href=".">lipu sona pona</a><span class="titlesep"> | </span></h2><h3><?theme title?></h3>
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
<div class="middle">
|
<div class="middle">
|
||||||
|
@ -28,5 +30,5 @@
|
||||||
</div>
|
</div>
|
||||||
</div>
|
</div>
|
||||||
</body>
|
</body>
|
||||||
<script src="/scripts.js"></script>
|
<script src="scripts.js"></script>
|
||||||
</html>
|
</html>
|
Loading…
Add table
Reference in a new issue