Skip to content
This repository has been archived by the owner on May 16, 2021. It is now read-only.

Commit

Permalink
Add Single Page View for Doc Site
Browse files Browse the repository at this point in the history
  • Loading branch information
mainawycliffe committed May 10, 2020
1 parent 7d911c3 commit 386f689
Showing 1 changed file with 18 additions and 0 deletions.
18 changes: 18 additions & 0 deletions docs/themes/kamanda/layouts/_default/single.html
Original file line number Diff line number Diff line change
@@ -0,0 +1,18 @@
<!DOCTYPE html>
<html lang="en">

<head>
{{ partial "head.html" . }}
</head>

<body>
<header class="header"> {{ partial "header.html" . }} </header>
<section class="section">
<div class="container">
<div class="content is-medium"> {{ .Content }} </div>
</div>
</section>
{{ partial "footer.html" . }}
</body>

</html>

0 comments on commit 386f689

Please sign in to comment.