Skip to content

Commit

Permalink
feat: Add topics.md
Browse files Browse the repository at this point in the history
  • Loading branch information
MichaelCurrin committed Feb 23, 2020
1 parent 25d25ea commit 66ec4b2
Showing 1 changed file with 9 additions and 0 deletions.
9 changes: 9 additions & 0 deletions topics.md
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
title: Topics
layout: page
permalink: /topics/
---

{% for topic in site.topics %}
- [{{ topic.title }}]({{ topic.url | relative_url }})
{% endfor %}

0 comments on commit 66ec4b2

Please sign in to comment.