added achievements

This commit is contained in:
gurusabarish
2022-02-11 19:07:51 +05:30
parent 5bd29d2582
commit a8ec5d3388
7 changed files with 79 additions and 6 deletions
+2 -2
View File
@@ -1,6 +1,6 @@
{{ define "head" }}
<meta name="description" content={{ .Site.Params.description }}>
<!-- <link rel="stylesheet" href="/css/index.css" media="all"> -->
<link rel="stylesheet" href="/css/index.css" media="all">
<!-- fontawesome -->
<script defer src="/fontawesome-5/all-5.15.4.js"></script>
@@ -11,5 +11,5 @@
{{ end }}
{{ define "main" }}
{{- partial "sections/achievements.html" . -}}
{{ end }}