11 lines
144 B
HTML
11 lines
144 B
HTML
---
|
|
layout: default
|
|
title: About
|
|
---
|
|
|
|
{% capture about %}
|
|
{% include about.markdown %}
|
|
{% endcapture %}
|
|
{{ about | unindent | markdownify }}
|
|
|