about summary refs log tree commit diff
diff options
context:
space:
mode:
authorBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-01 15:39:35 +0200
committerBaitinq <manuelpalenzuelamerino@gmail.com>2022-08-01 15:42:13 +0200
commit274aec248bf6f82efaffac9372a4ca48d9e7b7e3 (patch)
treefdbfc2f2fe8752b73472159bbb3908c527dba9f8
parentAdd current interests and online identity (diff)
downloadbaitinq.ml-274aec248bf6f82efaffac9372a4ca48d9e7b7e3.tar.gz
baitinq.ml-274aec248bf6f82efaffac9372a4ca48d9e7b7e3.tar.bz2
baitinq.ml-274aec248bf6f82efaffac9372a4ca48d9e7b7e3.zip
Add /projects link to personal github
-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 }}