<!DOCTYPE html> <html> <head> <meta charset="UTF-8"/> <meta name="generator" content="pandoc"/> <meta name="author" content="neodarz"/> $if(date)$ <meta name="date" content="$date$"/> $endif$ <title>$pagetitle$</title> <link rel="apple-touch-icon-precomposed" href="/img/apple-touch-icon-152.png"/> <meta name="msapplication-TileColor" content="#FFFFFF"/> <meta name="msapplication-TileImage" content="/img/favicon-144.png"/> <meta name="viewport" content="width=device-width, initial-scale=1"> <link href="/css/normalize.min.css" media="all" rel="stylesheet" type="text/css"/> <link href="/css/theme.css" media="all" rel="stylesheet" type="text/css"/> $if(chinese_article)$ <link href="/css/theme-chinese-article.css" rel="stylesheet" type="text/css"/> $endif$ $if(highlighting-css)$ <link href="/css/highlight.css" media="all" rel="stylesheet" type="text/css"/> $endif$ $if(custom-css)$ <style type="text/css">$custom-css$</style> $endif$ </head> <body> <nav class="nav"> <a class="nav-title" href="/" title="Home"><!--blog title--></a> -- generate menu here -- <hr> <ul> <li><a href="/blog">blog</a></li> <li><a href="/notes">notes</a></li> <li><a href="https://shaarli.neodarz.net/">shaarli</a></li> <li><a href="https://git.neodarz.net">code</a></li> </ul> </nav> <article class="content"> $if(title)$ <header class="article-header"> <h1 class="article-title">$title$</h1> $if(subtitle)$ <h1 class="article-subtitle">$subtitle$</h1> $endif$ <div class="article-metadata"> $if(author)$ <span class="article-author">$author$</span><br/> $endif$ $if(date_display)$ <time class="article-timestamp" $if(date)$datetime="$date$"$endif$>$date_display$</time> $endif$ </div> </header> $endif$ $body$ </article> <hr class="content-separator"/> <footer class="footer"> $if(updated)$ <span class="lfooter"> <time class="updated" datetime="$updated$"><code>$updated$</code></time> </span> $endif$ <span class="rfooter"> <a class="rss-icon" href="/rss.xml" target="_blank" title="RSS feed"><!--RSS feed icon--></a><a class="atom-icon" href="/atom.xml" target="_blank" title="Atom feed"><!--Atom feed icon--></a><a class="cc-icon" href="https://creativecommons.org/licenses/by/4.0/" target="_blank" title="Released under the Creative Commons Attribution 4.0 International license."><!--CC icon--></a> <a href="https://github.com/zmwangx" target="_blank">neodarz</a> </span> </footer> </body> </html>