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

github.com/gkmngrgn/hugo-alageek-theme.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
Diffstat (limited to 'layouts/partials/footer_gitlab.html')
-rw-r--r--layouts/partials/footer_gitlab.html16
1 files changed, 8 insertions, 8 deletions
diff --git a/layouts/partials/footer_gitlab.html b/layouts/partials/footer_gitlab.html
index 84a1751..34a40fe 100644
--- a/layouts/partials/footer_gitlab.html
+++ b/layouts/partials/footer_gitlab.html
@@ -1,11 +1,11 @@
{{ if .Site.Params.gitlab }}
- <a href="https://gitlab.com/{{ .Site.Params.gitlab }}"
- target="_blank"
- class="mx-1 ml-md-2 mr-md-0 icon"
- aria-label="GitLab">
+ <a href="https://gitlab.com/{{ .Site.Params.gitlab }}"
+ target="_blank"
+ class="mx-1 ml-md-2 mr-md-0 icon"
+ aria-label="GitLab">
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1792 1792">
- <path d="M104 706l792 1015-868-630q-18-13-25-34.5t0-42.5l101-308zm462 0h660l-330 1015zm-198-612l198 612h-462l198-612q8-23 33-23t33 23zm1320 612l101 308q7 21 0 42.5t-25 34.5l-868 630 792-1015zm0 0h-462l198-612q8-23 33-23t33 23z"/>
- </svg>
- </a>
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 1792 1792">
+ <path d="M104 706l792 1015-868-630q-18-13-25-34.5t0-42.5l101-308zm462 0h660l-330 1015zm-198-612l198 612h-462l198-612q8-23 33-23t33 23zm1320 612l101 308q7 21 0 42.5t-25 34.5l-868 630 792-1015zm0 0h-462l198-612q8-23 33-23t33 23z"/>
+ </svg>
+ </a>
{{ end }}