Remove author field, general cleanup of post contents

This commit is contained in:
2016-01-13 15:28:13 +00:00
parent 3a8ab74479
commit 6f5f0b270a
118 changed files with 49 additions and 151 deletions

View File

@@ -1,4 +1,6 @@
<div style="width: {{ include.width }}px;" class="caption">
<img src="{{ include.image }}" />
{% if include.text %}
{{ include.text|markdownify }}
{% endif %}
</div>