mirror of
https://github.com/phil-opp/blog_os.git
synced 2025-12-16 14:27:49 +00:00
19 lines
529 B
HTML
19 lines
529 B
HTML
<!DOCTYPE html>
|
|
<html lang="en">
|
|
|
|
{{ partial "head.html" . }}
|
|
<body>
|
|
<div class="container content">
|
|
|
|
<header class="masthead">
|
|
<h3 class="masthead-title">
|
|
<a href="/" title="Home">{{ .Site.Title }}</a>
|
|
<span class="navigation">
|
|
<small><a href="/atom.xml"><img src="/images/feed-icon.png" alt="RSS"></a></small><!-- image source: https://commons.wikimedia.org/wiki/File:Generic_Feed-icon.svg -->
|
|
</span>
|
|
<small>{{ replace .Site.Params.subtitle " " " " | safeHTML }}</small>
|
|
</h3>
|
|
</header>
|
|
|
|
<main>
|