From 30e6d1a6d354f4ac81ac8a783f5211684a9c4b9c Mon Sep 17 00:00:00 2001 From: XhmikosR Date: Mon, 1 Apr 2024 09:02:07 +0300 Subject: [PATCH] WIP --- site/layouts/_default/baseof.html | 2 +- site/layouts/partials/analytics.html | 2 +- site/layouts/partials/footer.html | 2 +- site/layouts/partials/icons/bootstrap-white-fill.svg | 5 ++++- site/layouts/partials/icons/github.svg | 4 +++- site/layouts/partials/icons/opencollective.svg | 5 ++++- site/layouts/partials/icons/twitter.svg | 4 +++- 7 files changed, 17 insertions(+), 7 deletions(-) diff --git a/site/layouts/_default/baseof.html b/site/layouts/_default/baseof.html index 0714faf3aa..4ddd958a13 100644 --- a/site/layouts/_default/baseof.html +++ b/site/layouts/_default/baseof.html @@ -1,5 +1,5 @@ - + {{ partial "header" . }} diff --git a/site/layouts/partials/analytics.html b/site/layouts/partials/analytics.html index 7bc14907bb..c238a62769 100644 --- a/site/layouts/partials/analytics.html +++ b/site/layouts/partials/analytics.html @@ -1 +1 @@ - + diff --git a/site/layouts/partials/footer.html b/site/layouts/partials/footer.html index 562489e50c..f6619bae47 100644 --- a/site/layouts/partials/footer.html +++ b/site/layouts/partials/footer.html @@ -3,7 +3,7 @@
- {{ partial "icons/bootstrap-white-fill.svg" (dict "class" "d-block me-2" "width" "40" "height" "32") }} + {{ partial "icons/bootstrap-white-fill.svg" (dict "class" "d-block me-2") -}} Bootstrap
    diff --git a/site/layouts/partials/icons/bootstrap-white-fill.svg b/site/layouts/partials/icons/bootstrap-white-fill.svg index af4bc7fcf0..e5cfd624e9 100644 --- a/site/layouts/partials/icons/bootstrap-white-fill.svg +++ b/site/layouts/partials/icons/bootstrap-white-fill.svg @@ -1 +1,4 @@ -{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file + + {{ .title | default "Bootstrap" }} + + diff --git a/site/layouts/partials/icons/github.svg b/site/layouts/partials/icons/github.svg index 6f06f7722b..df75a220dd 100644 --- a/site/layouts/partials/icons/github.svg +++ b/site/layouts/partials/icons/github.svg @@ -1 +1,3 @@ -{{ with .title }}{{ . }}{{ else }}GitHub{{ end }} \ No newline at end of file + + + diff --git a/site/layouts/partials/icons/opencollective.svg b/site/layouts/partials/icons/opencollective.svg index 2896ba50ce..70f5e260ba 100644 --- a/site/layouts/partials/icons/opencollective.svg +++ b/site/layouts/partials/icons/opencollective.svg @@ -1 +1,4 @@ -{{ with .title }}{{ . }}{{ else }}Open Collective{{ end }} \ No newline at end of file + + + + diff --git a/site/layouts/partials/icons/twitter.svg b/site/layouts/partials/icons/twitter.svg index 7a7fcee28b..3e659c3416 100644 --- a/site/layouts/partials/icons/twitter.svg +++ b/site/layouts/partials/icons/twitter.svg @@ -1 +1,3 @@ -{{ with .title }}{{ . }}{{ else }}Twitter{{ end }} \ No newline at end of file + + + -- 2.39.5