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