From 8df863c9f661dad50582621a9ec2687500891dfd Mon Sep 17 00:00:00 2001 From: Aroy <39088602+Aroy-Art@users.noreply.github.com> Date: Wed, 20 Jan 2021 19:05:00 +0100 Subject: [PATCH 1/2] Made Discord fragment --- .../partials/fragments/discord-fragment.html | 48 +++++++++++++++++++ 1 file changed, 48 insertions(+) create mode 100644 layouts/partials/fragments/discord-fragment.html diff --git a/layouts/partials/fragments/discord-fragment.html b/layouts/partials/fragments/discord-fragment.html new file mode 100644 index 0000000..b856c8f --- /dev/null +++ b/layouts/partials/fragments/discord-fragment.html @@ -0,0 +1,48 @@ + + +{{- $fragment := .self.Params -}} +{{- $name := strings.TrimSuffix ".md" (replace .self.Name "/index.md" "") -}} +{{- $bg := $fragment.background | default "secondary" }} + +
+
+
+
+
+ +

Discord Info

+
+
+
+
+

Join my Discord

+
+ |\ _,,,---,,_ + ZZZzz /,`.-'`' -. ;-;;,_ + |,4- ) )-,_. ,\ ( `'-' + '---''(_/--' `-'\_) +
+

Why join my Discord?

+

So you can chat with people who have the same interest about Art, Programming, Games, Music and

+
+
+ +
+
+
From 5b895d2ef5feeeb86e25ca08273299e1bf89eb13 Mon Sep 17 00:00:00 2001 From: Aroy <39088602+Aroy-Art@users.noreply.github.com> Date: Wed, 20 Jan 2021 19:05:22 +0100 Subject: [PATCH 2/2] Added discord info to start page --- content/_index/discord-info.md | 11 +++++++++++ 1 file changed, 11 insertions(+) create mode 100644 content/_index/discord-info.md diff --git a/content/_index/discord-info.md b/content/_index/discord-info.md new file mode 100644 index 0000000..ad92f0c --- /dev/null +++ b/content/_index/discord-info.md @@ -0,0 +1,11 @@ ++++ +fragment = "discord-fragment" +#disabled = false +align = "center" +background = "secondary" + +title = "Discord Info" +weight = 180 + +date = 2021-01-20 ++++