diff --git a/_includes/aside.html b/_includes/aside.html index dafd081..a5cca6f 100644 --- a/_includes/aside.html +++ b/_includes/aside.html @@ -4,7 +4,7 @@

Check out my source code


See how I did it. Feel free to fork a copy for yourself to try your hand at making a DiscordPHP bot.

- Source Code on GitLab.com + Source Code on GitHub diff --git a/_includes/notice.html b/_includes/notice.html new file mode 100755 index 0000000..059dbcb --- /dev/null +++ b/_includes/notice.html @@ -0,0 +1,12 @@ + diff --git a/_layouts/front.html b/_layouts/front.html index 94f8791..3db6030 100644 --- a/_layouts/front.html +++ b/_layouts/front.html @@ -5,6 +5,7 @@ {% include nav.html %} + {% include notice.html %} {% include header.html %} {% include services.html %} {% include call-to-action.html %}