mirror of
https://github.com/RivalStorm/rivalstorm.github.io
synced 2024-11-23 12:09:57 +00:00
23 lines
588 B
HTML
23 lines
588 B
HTML
<!DOCTYPE html>
|
|
<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en-us">
|
|
|
|
{{ partial "head.html" . }}
|
|
|
|
<body>
|
|
|
|
{{ partial "sidebar.html" . }}
|
|
|
|
<!-- Wrap is the content to shift when toggling the sidebar. We wrap the
|
|
content to avoid any CSS collisions with our real content. -->
|
|
<div class="wrap">
|
|
<div class="masthead">
|
|
<div class="container">
|
|
<h3 class="masthead-title">
|
|
<a href="/" title="Home">{{ .Site.Params.Title }}</a>
|
|
<small>{{ .Site.Params.Tagline }}</small>
|
|
</h3>
|
|
</div>
|
|
</div>
|
|
|
|
<div class="container content">
|