diff --git a/_includes/repo.html b/_includes/repo.html
new file mode 100644
index 0000000..eb2f802
--- /dev/null
+++ b/_includes/repo.html
@@ -0,0 +1,6 @@
+{% capture domain %}{% if project.host == "gitea" %}git.benkurtovic.com{% else %}github.com{% endif %}{% endcapture %}
+{% capture user %}{% if project.host == "gitea" %}ben{% else %}earwig{% endif %}{% endcapture %}
+
+ {{ project.name }} ({{ project.langs }} // started {{ project.started }}{% if project.incomplete %} // in development{% endif %}{% if project.abandoned %} // abandoned{% endif %})
+ {{ project.description }}
+
diff --git a/_layouts/base.html b/_layouts/base.html
index e1a0f59..f955983 100644
--- a/_layouts/base.html
+++ b/_layouts/base.html
@@ -24,7 +24,7 @@
{{ content }}