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/objective.html')
-rw-r--r--layouts/partials/objective.html8
1 files changed, 8 insertions, 0 deletions
diff --git a/layouts/partials/objective.html b/layouts/partials/objective.html
new file mode 100644
index 0000000..cc02a0a
--- /dev/null
+++ b/layouts/partials/objective.html
@@ -0,0 +1,8 @@
+<div class="section">
+ <h1 class="section-title">Objective</h1>
+ <p>
+ {{ range .Site.Data.features.about }}
+ {{ .details }}
+ {{ end }}
+ </p>
+</div> \ No newline at end of file