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

github.com/darshanbaral/sada.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/aboutDesc.html')
-rw-r--r--layouts/partials/aboutDesc.html6
1 files changed, 6 insertions, 0 deletions
diff --git a/layouts/partials/aboutDesc.html b/layouts/partials/aboutDesc.html
new file mode 100644
index 0000000..eb7871f
--- /dev/null
+++ b/layouts/partials/aboutDesc.html
@@ -0,0 +1,6 @@
+<div class="d-flex flex-column mt-2">
+ <h3 class="text-light">{{ .Site.Params.description }}</h3>
+ <p class="text-white">
+ {{ .Site.Params.aboutme.description | markdownify }}
+ </p>
+</div>