softinio.com/layouts/partials/subheader.html

11 lines
356 B
HTML
Raw Normal View History

2017-03-26 09:39:20 -07:00
<header id="header">
<a href="/" border=0 style="float: left;" id="logolink"><img
src="/static/img/softinio.jpg"
style="width:128px;height:128px"></a>
<div id="byline">by Salar Rahmanian</div>
<nav id="nav">
{{ partial "nav.html" . }}
{{ partial "social.html" . }}
</nav>
</header>