Skip to content

Latest commit

 

History

History
9 lines (6 loc) · 128 Bytes

quotes.md

File metadata and controls

9 lines (6 loc) · 128 Bytes
title
Quotes I live by

{% for entry in site.data.quotes %}

"{{ entry.quote }}" -{{ entry.author }}

{% endfor %}