mirror of
https://github.com/TomHodson/tomhodson.github.com.git
synced 2025-06-26 10:01:18 +02:00
15 lines
197 B
HTML
15 lines
197 B
HTML
---
|
|
layout: archive
|
|
title: "Portfolio"
|
|
permalink: /portfolio/
|
|
author_profile: true
|
|
---
|
|
|
|
{% include base_path %}
|
|
|
|
|
|
{% for post in site.portfolio %}
|
|
{% include archive-single.html %}
|
|
{% endfor %}
|
|
|