diff --git a/site/layouts/partials/icons/bootstrap-stack.svg b/site/layouts/partials/icons/bootstrap-stack.svg index 1e3913042..a74c43b40 100644 --- a/site/layouts/partials/icons/bootstrap-stack.svg +++ b/site/layouts/partials/icons/bootstrap-stack.svg @@ -1 +1 @@ -Bootstrap \ No newline at end of file +{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/bootstrap.svg b/site/layouts/partials/icons/bootstrap.svg index 0277389a6..1b57d335e 100644 --- a/site/layouts/partials/icons/bootstrap.svg +++ b/site/layouts/partials/icons/bootstrap.svg @@ -1 +1 @@ -Bootstrap \ No newline at end of file +{{ with .title }}{{ . }}{{ else }}Bootstrap{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/download.svg b/site/layouts/partials/icons/download.svg index 05385434d..b00ebabae 100644 --- a/site/layouts/partials/icons/download.svg +++ b/site/layouts/partials/icons/download.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/site/layouts/partials/icons/github.svg b/site/layouts/partials/icons/github.svg index cacd860c2..6f06f7722 100644 --- a/site/layouts/partials/icons/github.svg +++ b/site/layouts/partials/icons/github.svg @@ -1 +1 @@ -GitHub \ No newline at end of file +{{ with .title }}{{ . }}{{ else }}GitHub{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/import.svg b/site/layouts/partials/icons/import.svg index bc38ee57c..deaeb090d 100644 --- a/site/layouts/partials/icons/import.svg +++ b/site/layouts/partials/icons/import.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/site/layouts/partials/icons/lightning.svg b/site/layouts/partials/icons/lightning.svg index cd9138ad8..02ae006d3 100644 --- a/site/layouts/partials/icons/lightning.svg +++ b/site/layouts/partials/icons/lightning.svg @@ -1 +1 @@ - \ No newline at end of file + \ No newline at end of file diff --git a/site/layouts/partials/icons/menu.svg b/site/layouts/partials/icons/menu.svg index 78c43d85c..70eaccec7 100644 --- a/site/layouts/partials/icons/menu.svg +++ b/site/layouts/partials/icons/menu.svg @@ -1 +1 @@ -Menu \ No newline at end of file +{{ with .title }}{{ . }}{{ else }}Menu{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/opencollective.svg b/site/layouts/partials/icons/opencollective.svg index 4a477a497..2896ba50c 100644 --- a/site/layouts/partials/icons/opencollective.svg +++ b/site/layouts/partials/icons/opencollective.svg @@ -1 +1 @@ -Open Collective \ No newline at end of file +{{ with .title }}{{ . }}{{ else }}Open Collective{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/slack.svg b/site/layouts/partials/icons/slack.svg index 67b9c7f48..e3c995cc7 100644 --- a/site/layouts/partials/icons/slack.svg +++ b/site/layouts/partials/icons/slack.svg @@ -1 +1 @@ -Slack \ No newline at end of file +{{ with .title }}{{ . }}{{ else }}Slack{{ end }} \ No newline at end of file diff --git a/site/layouts/partials/icons/twitter.svg b/site/layouts/partials/icons/twitter.svg index b102181a5..7a7fcee28 100644 --- a/site/layouts/partials/icons/twitter.svg +++ b/site/layouts/partials/icons/twitter.svg @@ -1 +1 @@ -Twitter \ No newline at end of file +{{ with .title }}{{ . }}{{ else }}Twitter{{ end }} \ No newline at end of file