diff --git a/config.toml b/config.toml index 68e2f7d..e3b3968 100644 --- a/config.toml +++ b/config.toml @@ -175,7 +175,7 @@ mastodon = "https://mastodon.example.com/@username" element = "matrix.example.com" #buymeacoffee = "your-user-name" kofi = "your-user-name" -#discord = "your-discord" # Everything after https://discord.com/ eg: invite/my-server *or* servers/my-server-id +#discord = "https://discord.com/invite/my-server" # https://discord.com/invite/my-server *or* https://discord.com/servers/my-server-id #twitter = "your-user-name" #facebook = "your-user-name" #linkedin = "your-user-name" diff --git a/content/overview-markdown-and-style.fr.md b/content/overview-markdown-and-style.fr.md index 1beb45b..ff1b331 100644 --- a/content/overview-markdown-and-style.fr.md +++ b/content/overview-markdown-and-style.fr.md @@ -52,6 +52,9 @@ L'élément blockquote représente le contenu qui est cité à partir d'une autr > Le pouvoir vient en réponse à un besoin, pas à un désir.
> — *Goku* +> Adaptez ce qui est utile, rejetez ce qui est inutile et ajoutez ce qui vous est propre.
+> — *Bruce Lee* + # Les Tables Les tables ne font pas partie de la spécification principale de Markdown, mais Zola les prend en charge prêtes à l'emploi. diff --git a/content/overview-markdown-and-style.md b/content/overview-markdown-and-style.md index 45cd69b..6eefe6f 100644 --- a/content/overview-markdown-and-style.md +++ b/content/overview-markdown-and-style.md @@ -64,6 +64,9 @@ and optionally with in-line changes such as annotations and abbreviations. > Power comes in response to a need, not a desire.
> — *Goku* +> Adapt what is useful, reject what is useless, and add what is specifically your own.
+> — *Bruce Lee* + # Tables Tables aren't part of the core Markdown spec, but Zola supports them diff --git a/templates/partials/social.html b/templates/partials/social.html index 9c430fb..9564b6b 100644 --- a/templates/partials/social.html +++ b/templates/partials/social.html @@ -26,7 +26,7 @@ {%- if config.extra.matrix -%} {% endif -%} {%- if config.extra.discord -%} - {% endif -%} + {% endif -%} {%- if config.extra.twitter -%} {% endif -%} {%- if config.extra.facebook -%}