diff options
Diffstat (limited to '')
-rw-r--r-- | source/template.html | 36 |
1 files changed, 23 insertions, 13 deletions
diff --git a/source/template.html b/source/template.html index 06cc4f8d..705a2b3c 100644 --- a/source/template.html +++ b/source/template.html @@ -36,7 +36,21 @@ $endif$ <li><a href="https://git.neodarz.net">code</a></li> </ul> </nav> - <article class="content"> + <div class="outer"style="width:100%" ><pre class="header"><code> + ████ ██ ██ ██ ██ ████ + ░░░░ ░░██ ██ ██ ██ ██ ░░██ ██ ░░░░ + ░░██ ██ ░░██ ░░██ ██ ░░██ ██ + ░░██ ░██ ░░ ░░ ██ ░██ ██ + ░░██ ░██ ██ ░██ ██ + ░░██ ░░██ ██ ██ ██ + ░░██ █████ ░░██ ███ ██ █████ ██ + ░░ ░░░░░ ░░ ░░░ ░░ ░░░░░ ░░ + </code></pre></div> + <div class="bodya"> + + + <div style="width:100%"><div class="article"> + <article class="content" id="content"> $if(title)$ <header class="article-header"> <h1 class="article-title">$title$</h1> @@ -50,22 +64,18 @@ $endif$ $if(date_display)$ <time class="article-timestamp" $if(date)$datetime="$date$"$endif$>$date_display$</time> $endif$ +$if(updated)$ + <span class="lfooter"> + <time class="updated" datetime="$updated$"><code>$updated$</code></time> + </span> +$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> + </div> + </div> + <div class="footer">·.: CC-BY-SA || <a href="https://git.neodarz.net/neodarz/my_new_personal_website.git/about/" style="text-decoration: none;"><Source code> :.·</a></div> </body> </html> |