about summary refs log tree commit diff
path: root/themes
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 /themes
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
Diffstat (limited to 'themes')
-rw-r--r--themes/researcher/layouts/_default/list.html2
1 files changed, 2 insertions, 0 deletions
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 }}