From 28173186d3e02e7343bf336fe165963a3fb837bc Mon Sep 17 00:00:00 2001 From: Kameron Kenny <1267885+kkenny@users.noreply.github.com> Date: Sat, 25 May 2024 12:08:36 -0400 Subject: [PATCH] try this --- _includes/disqus-comments.html | 14 +++++ _includes/google-analytics.html | 9 ++++ _includes/loader.html | 5 ++ _includes/pagination.html | 27 ++++++++++ _includes/sidebar.html | 95 +++++++++++++++++++++++++++++++++ 5 files changed, 150 insertions(+) create mode 100755 _includes/disqus-comments.html create mode 100755 _includes/google-analytics.html create mode 100644 _includes/loader.html create mode 100644 _includes/pagination.html create mode 100644 _includes/sidebar.html diff --git a/_includes/disqus-comments.html b/_includes/disqus-comments.html new file mode 100755 index 0000000..dcc029a --- /dev/null +++ b/_includes/disqus-comments.html @@ -0,0 +1,14 @@ +
+
+ + +
\ No newline at end of file diff --git a/_includes/google-analytics.html b/_includes/google-analytics.html new file mode 100755 index 0000000..ac633f0 --- /dev/null +++ b/_includes/google-analytics.html @@ -0,0 +1,9 @@ + \ No newline at end of file diff --git a/_includes/loader.html b/_includes/loader.html new file mode 100644 index 0000000..2408bd9 --- /dev/null +++ b/_includes/loader.html @@ -0,0 +1,5 @@ +
+
+ Loading +
+
\ No newline at end of file diff --git a/_includes/pagination.html b/_includes/pagination.html new file mode 100644 index 0000000..84fb67c --- /dev/null +++ b/_includes/pagination.html @@ -0,0 +1,27 @@ +
+
+ +
+
diff --git a/_includes/sidebar.html b/_includes/sidebar.html new file mode 100644 index 0000000..af0c503 --- /dev/null +++ b/_includes/sidebar.html @@ -0,0 +1,95 @@ + \ No newline at end of file