Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/aerohub/hugo-orbit-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/summary.html')
-rw-r--r--layouts/partials/summary.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/summary.html b/layouts/partials/summary.html
new file mode 100644
index 0000000..3e025bf
--- /dev/null
+++ b/layouts/partials/summary.html
@@ -0,0 +1,6 @@
+ <section class="section summary-section">
+ <h2 class="section-title"><i class="fa {{ .Site.Params.summary.icon }}"></i>{{ .Site.Params.summary.title }}</h2>
+ <div class="summary">
+ <p>{{ with .Site.Params.summary.summary }}{{ . | markdownify }}{{ end }}</p>
+ </div><!--//summary-->
+ </section><!--//section--> \ No newline at end of file