c3b14da220
secret pages get a noindex while standard pages get a description tag
47 lines
1.3 KiB
HTML
47 lines
1.3 KiB
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
<head>
|
|
<meta charset="UTF-8" />
|
|
<meta name="viewport" content="width=device-width, initial-scale=1.0">
|
|
<meta property="description" content="Tech, Chunibyo & Other Delusions" />
|
|
<meta name="theme-color" content="#4D58FF">
|
|
<link rel="icon" href="{{ include 'image/png' '/include/favicon.png' }}" />
|
|
<title>Blog • pancakz.net</title>
|
|
|
|
{{ include 'style' '/include/fonts/poppins.css' }}
|
|
{{ include 'style' '/include/blog/main.css' }}
|
|
{{ include 'script' '/include/blog/main.ts' }}
|
|
{{ include 'directory' '/include/blog/directory.json' }}
|
|
</head>
|
|
|
|
<body>
|
|
{{ include 'noscript' '/include/noscript.html' }}
|
|
<noscript>
|
|
<style>
|
|
div.layout-wrapper {
|
|
display: none;
|
|
}
|
|
</style>
|
|
</noscript>
|
|
|
|
<div class="layout-wrapper">
|
|
<div class="layout-navigation">
|
|
<div class="container-actions">
|
|
<a class="link" href="/">Homepage</a>
|
|
<a class="link" href="/blog.html">Articles</a>
|
|
</div>
|
|
<div class="container-tags"></div>
|
|
<div class="container-chapters"></div>
|
|
</div>
|
|
|
|
<div class="layout-content">
|
|
<div class="container-articles"></div>
|
|
<div class="container-content"></div>
|
|
</div>
|
|
</div>
|
|
|
|
</body>
|
|
|
|
</html>
|