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

gitlab.com/mertbakir/resume-a4.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/awards.html')
-rw-r--r--layouts/partials/awards.html9
1 files changed, 9 insertions, 0 deletions
diff --git a/layouts/partials/awards.html b/layouts/partials/awards.html
new file mode 100644
index 0000000..75c2732
--- /dev/null
+++ b/layouts/partials/awards.html
@@ -0,0 +1,9 @@
+<div class="section">
+ <h1 class="section-title">Awards</h1>
+ {{ range .Site.Data.features.awards }}
+ <div class="item">
+ <h3 class="item-title">{{ .name }}</h3>
+ {{ .details | markdownify }} - {{ .date }}
+ </div>
+ {{ end }}
+</div> \ No newline at end of file