diff --git a/docs/svgs.md b/docs/svgs.md index 514f8f6..e60238b 100644 --- a/docs/svgs.md +++ b/docs/svgs.md @@ -82,6 +82,7 @@ - [twitter](https://simpleicons.org/?q=twitter) - [unsplash](https://simpleicons.org/?q=unsplash) - [whatsapp](https://simpleicons.org/?q=whatsapp) +- [X](https://simpleicons.org/?q=X) - [xampp](https://simpleicons.org/?q=xampp) - [xda](https://simpleicons.org/?q=xda) - [xing](https://simpleicons.org/?q=xing) diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 28e2d82..5ba17c1 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -45,8 +45,6 @@ disableHugoGeneratorInject = false series = "series" [params] - [params.author] - name = "Jane Doe" dateform = "Jan 2, 2006" dateformShort = "Jan 2" @@ -110,6 +108,9 @@ disableHugoGeneratorInject = false # plausibleDataDomain = 'test.com' # plausibleScriptSource = 'https://plausible.io/js/script.js' + [params.author] + name = "Jane Doe" + # Custom footer # If you want, you can easily override the default footer with your own content. # diff --git a/layouts/partials/svg.html b/layouts/partials/svg.html index f1a3c04..1ee0ca4 100644 --- a/layouts/partials/svg.html +++ b/layouts/partials/svg.html @@ -170,6 +170,8 @@ {{- else if (eq .name "whatsapp") }} +{{- else if (eq .name "X") }} + X {{- else if (eq .name "xampp") -}} {{- else if (eq .name "xda") -}}