aboutsummaryrefslogtreecommitdiffstatshomepage
path: root/layouts/projects/single.html
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/projects/single.html')
-rw-r--r--layouts/projects/single.html12
1 files changed, 12 insertions, 0 deletions
diff --git a/layouts/projects/single.html b/layouts/projects/single.html
new file mode 100644
index 0000000..8b86316
--- /dev/null
+++ b/layouts/projects/single.html
@@ -0,0 +1,12 @@
+{{ define "header" }}
+ <h1>{{ .Title }}</h1>
+ <div class="links-container">
+ {{ with .Params.github }}
+ {{ partial "links/github.html" . }}
+ {{ end }}
+ </div>
+{{ end }}
+
+{{ define "footer" }}
+ {{ partial "meta-tag_nav.html" . }}
+{{ end }}