From d0961ad8d8955f026d16f95e97549b4ab776fcd4 Mon Sep 17 00:00:00 2001 From: Ben Harris Date: Mon, 11 Dec 2017 09:38:44 -0500 Subject: [PATCH] add notice about dead benbot and dotbot rewrite --- _includes/aside.html | 2 +- _includes/notice.html | 12 ++++++++++++ _layouts/front.html | 1 + 3 files changed, 14 insertions(+), 1 deletion(-) create mode 100755 _includes/notice.html 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 %}