Files
blog_os/layouts/partials/header.html
Philipp Oppermann 66a588efd6 Add RSS link
2016-04-30 14:31:24 +02:00

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 " " "&nbsp;" | safeHTML }}</small>
</h3>
</header>
<main>