about summary refs log tree commit diff
diff options
context:
space:
mode:
-rw-r--r--content/projects/_index.md1
-rw-r--r--themes/researcher/layouts/_default/list.html2
2 files changed, 3 insertions, 0 deletions
diff --git a/content/projects/_index.md b/content/projects/_index.md
index 8fa0078..ce53038 100644
--- a/content/projects/_index.md
+++ b/content/projects/_index.md
@@ -4,3 +4,4 @@ date: 2022-07-31T17:22:42+02:00
 draft: false
 ---
 
+You can check out other of my projects on my personal [GitHub](https://github.com/Baitinq).
diff --git a/themes/researcher/layouts/_default/list.html b/themes/researcher/layouts/_default/list.html
index b061a6b..b5a7131 100644
--- a/themes/researcher/layouts/_default/list.html
+++ b/themes/researcher/layouts/_default/list.html
@@ -6,5 +6,7 @@
             <li><a href="{{ .Permalink }}">{{ if not .Params.notshowthedate }} {{ .Date.Format "2006-01-02" }} | {{ end }} {{ .Title }}</a></li>
 	{{ end }}
     </ul>
+{{ .Content}}
 </div>
+
 {{ end }}