summaryrefslogtreecommitdiffstats
path: root/themes/rusticus/layouts/partials/aside/about.html
diff options
context:
space:
mode:
Diffstat (limited to 'themes/rusticus/layouts/partials/aside/about.html')
-rw-r--r--themes/rusticus/layouts/partials/aside/about.html7
1 files changed, 7 insertions, 0 deletions
diff --git a/themes/rusticus/layouts/partials/aside/about.html b/themes/rusticus/layouts/partials/aside/about.html
new file mode 100644
index 0000000..9104177
--- /dev/null
+++ b/themes/rusticus/layouts/partials/aside/about.html
@@ -0,0 +1,7 @@
+
+{{ if .IsHome }}
+<div class="about">
+ <h2>{{ lower .Summary }}</h2>
+ {{ .Content }}
+</div>
+{{ end }} \ No newline at end of file