diff --git a/docs/de/index.html b/docs/de/index.html index 94d206b..f2b52e5 100644 --- a/docs/de/index.html +++ b/docs/de/index.html @@ -1,8 +1,8 @@ -Vorstellung

Hallo, ich bin Vorstellung

Ich bin ein Hugo Theme



Kontakt

In dem Kontakt Abschnitt von Vorstellung kannst die aktuelle Zeit in einer belibigen Zeitzone angezeigt werden.

Somit können Besucher darauf hingewiesen werden, wann sie mit einer Antwort rechnen können. Die Zeitzone wird einfach über die Konfiguarationdatei gewählt.

Meine lokale Zeit ist .

youremail@email.com


\ No newline at end of file diff --git a/docs/es/index.html b/docs/es/index.html index 2b28a04..02a4575 100644 --- a/docs/es/index.html +++ b/docs/es/index.html @@ -1,8 +1,8 @@ -Introducción

Hola, Soy Introducción

Soy un tema para Hugo



Contacto

En la sección de Contacto de Introducción, tu puedes opcionalmente mostrar la hora actual en tu zona horaria preferida.

Esto permite a los visitantes saber que tiempo de respuesta esperan tener cuando te contactan. La zhoa horaria es facilmente configurable en el archivo de configuración.

Mi hora local actual es .

youremail@email.com


\ No newline at end of file diff --git a/docs/index.html b/docs/index.html index a19e92a..c077e53 100644 --- a/docs/index.html +++ b/docs/index.html @@ -1,8 +1,8 @@ -Introduction

Hi, I'm Introduction

I’m a theme for Hugo



Contact

In the Contact section of Introduction, you may optionally display the current time in your preferred timezone.

This lets visitors know what sort of response time to expect when they contact you. The timezone is easily set in the config.toml file.

My current local time is .

youremail@email.com


\ No newline at end of file diff --git a/exampleSite/config.toml b/exampleSite/config.toml index e0088db..9d5f082 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -34,16 +34,25 @@ DefaultContentLanguage = "en" # Default language fo pinterest = true # Social icons appear in introduction and contact section. Add as many more as you like. - # Find icon names here: https://fontawesome.com/cheatsheet/ + # Icon pack "fab" includes social network icons, see: https://fontawesome.com/icons?d=gallery&s=brands&m=free + # Icon pack "fas" includes solid style icons, see: https://fontawesome.com/icons?d=gallery&s=solid&m=free [[params.social]] url = "https://twitter.com/" - icon = "twitter" + icon = "twitter" # icon name without the 'fa-' + icon_pack = "fab" [[params.social]] url = "https://facebook.com/" - icon = "facebook-f" + icon = "facebook-f" # icon name without the 'fa-' + icon_pack = "fab" [[params.social]] url = "https://linkedin.com/" - icon = "linkedin-in" + icon = "linkedin-in" # icon name without the 'fa-' + icon_pack = "fab" + [[params.social]] + url = "mailto:youremail@email.com" # For a direct email link, use "mailto:test@example.org". + icon = "paper-plane" # icon name without the 'fa-' + icon_pack = "fas" + # If you don't want to use the default menu, you can define one by yourself # [[menu.main]] diff --git a/layouts/partials/home/social.html b/layouts/partials/home/social.html index 54a846c..5750b6f 100644 --- a/layouts/partials/home/social.html +++ b/layouts/partials/home/social.html @@ -1,7 +1,7 @@
{{ range .Site.Params.social }} - + {{ end }}