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_facebook.html')
-rw-r--r--layouts/partials/footer_facebook.html18
1 files changed, 9 insertions, 9 deletions
diff --git a/layouts/partials/footer_facebook.html b/layouts/partials/footer_facebook.html
index 8467c24..a5b2144 100644
--- a/layouts/partials/footer_facebook.html
+++ b/layouts/partials/footer_facebook.html
@@ -1,12 +1,12 @@
{{ if .Site.Params.facebook }}
- <a href="https://facebook.com/{{ .Site.Params.facebook }}"
- target="_blank"
- class="mx-1 ml-md-2 mr-md-0 icon"
- aria-label="Facebook">
+ <a href="https://facebook.com/{{ .Site.Params.facebook }}"
+ target="_blank"
+ class="mx-1 ml-md-2 mr-md-0 icon"
+ aria-label="Facebook">
- <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 266.893 266.895">
- <path fill="#ffffff" d="M248.082,262.307c7.854,0,14.223-6.369,14.223-14.225V18.812 c0-7.857-6.368-14.224-14.223-14.224H18.812c-7.857,0-14.224,6.367-14.224,14.224v229.27c0,7.855,6.366,14.225,14.224,14.225 H248.082z" />
- <path d="M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z" />
- </svg>
- </a>
+ <svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 266.893 266.895">
+ <path fill="#ffffff" d="M248.082,262.307c7.854,0,14.223-6.369,14.223-14.225V18.812 c0-7.857-6.368-14.224-14.223-14.224H18.812c-7.857,0-14.224,6.367-14.224,14.224v229.27c0,7.855,6.366,14.225,14.224,14.225 H248.082z" />
+ <path d="M182.409,262.307v-99.803h33.499l5.016-38.895h-38.515V98.777c0-11.261,3.127-18.935,19.275-18.935 l20.596-0.009V45.045c-3.562-0.474-15.788-1.533-30.012-1.533c-29.695,0-50.025,18.126-50.025,51.413v28.684h-33.585v38.895h33.585 v99.803H182.409z" />
+ </svg>
+ </a>
{{ end }}