Commit graph

5 commits

Author SHA1 Message Date
Michael Rose
749c780736 Rename image helper to figure 2016-11-15 12:12:14 -05:00
Fernando Ribeiro
da95259743 Do not assume images would be placed in /assets/images/
In order to add an image to a post, just use the following syntax:

{% include image image_path="/full/path/to/MyPostImage.png" caption="The optional image caption" %}

or

{% include image image_path="https://example.com/images/MyPostImage.png" caption="The optional image caption" alt="The optional alt text" %}
2016-11-08 20:15:41 +00:00
Fernando Ribeiro
637e5d9934 Replace base_path with absolute_url filter 2016-11-05 21:46:02 +00:00
Fernando Ribeiro
37d4eb8807 Update image 2016-11-05 21:27:59 +00:00
Fernando Ribeiro
eedf838d1f add image helper for easier image insertion in posts 2016-10-07 21:45:59 +01:00