Collin J. Doering
d8c7e54aaa
Updated nojs site as the code became stale over time as a comment. Nojs site now mostly works, excluding the following issues: * Navigation links have no href. * Tags do not seem to work; the tagcloud that is displayed on the nojs homepage references the tags for the main site and tags aren't displayed in posts. The cause for this is not yet known. * Unused templates that are nojs specific can be removed: * templates/archive.html * templates/partials/post-nojs.html * templates/partials/recent-posts-nojs.html Signed-off-by: Collin J. Doering <collin.doering@rekahsoft.ca>
38 lines
1.0 KiB
HTML
38 lines
1.0 KiB
HTML
<!DOCTYPE html>
|
|
<html class='en'>
|
|
<head>
|
|
<!-- Basic Page Needs -->
|
|
<meta charset='utf-8'>
|
|
<title>RekahSoft</title>
|
|
<meta content='The technical musings of a minimalist' name='description'>
|
|
<meta content='Collin Doering' name='author'>
|
|
|
|
<!-- Mobile Specific Metas -->
|
|
<meta content='width=device-width, initial-scale=1, maximum-scale=1' name='viewport'>
|
|
|
|
<!-- CSS -->
|
|
<link rel="stylesheet" href="/lib/css/normalize.css">
|
|
<link rel="stylesheet" href="/lib/css/skeleton.css">
|
|
|
|
<!-- Custom styles for this template -->
|
|
<link href='/default.css' rel='stylesheet'>
|
|
|
|
<!-- Favicons -->
|
|
<link href='/images/favicon.ico' rel='shortcut icon'>
|
|
</head>
|
|
<body>
|
|
<p>
|
|
<img src="//analytics.rekahsoft.ca/piwik.php?idsite=1" style="border:0;" alt="" />
|
|
</p>
|
|
|
|
$partial("templates/partials/logo-banner.html")$
|
|
$partial("templates/partials/nav-nojs.html")$
|
|
|
|
<div id="page-content">
|
|
$body$
|
|
</div>
|
|
|
|
$partial("templates/partials/footer.html")$
|
|
</body>
|
|
</html>
|