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/certificates.html')
-rw-r--r--layouts/partials/certificates.html14
1 files changed, 0 insertions, 14 deletions
diff --git a/layouts/partials/certificates.html b/layouts/partials/certificates.html
deleted file mode 100644
index 11a4a74..0000000
--- a/layouts/partials/certificates.html
+++ /dev/null
@@ -1,14 +0,0 @@
-<div class="section">
- <h1 class="section-title">{{ .Site.Params.title_as.certificates }}</h1>
- {{ range .Site.Data.features.certificates }}
- <div class="item">
- <h3 class="item-title">{{ .name }}
- {{ if .link }}<a href="{{ .link }}">
- {{ if $.Site.Params.useFontAwesome }}<i class="fas fa-link"></i>
- {{else}}&#128279;{{ end }}</a>
- {{ end }}
- </h3>
- {{ .issued_by | markdownify }} - {{ .date }}
- </div>
- {{ end }}
-</div> \ No newline at end of file