diff options
author | Karl Hallsby <karl@hallsby.com> | 2020-09-26 01:09:01 -0500 |
---|---|---|
committer | Karl Hallsby <karl@hallsby.com> | 2020-09-26 01:09:01 -0500 |
commit | 0479766d2024e8b3ab037674dd3f7412c691acda (patch) | |
tree | 473ac81c02f2a3af167d55f7c1f3f61d35d9bc5e /_includes/pic-left-text-right.html | |
parent | f5c5bc28b3d6ac58a785c4cf28f52f408e4cc66d (diff) |
Comment describing usage of pic-left-text-right include html file
Diffstat (limited to '_includes/pic-left-text-right.html')
-rw-r--r-- | _includes/pic-left-text-right.html | 8 |
1 files changed, 8 insertions, 0 deletions
diff --git a/_includes/pic-left-text-right.html b/_includes/pic-left-text-right.html index 3d75740..0f4d610 100644 --- a/_includes/pic-left-text-right.html +++ b/_includes/pic-left-text-right.html @@ -1,3 +1,11 @@ +<!-- You can call this include file with: + {% include pic-left-text-right.html + title="title" + image_path="/path/to/pic.extension" + width="50%" + description="Description" +%} + --> <div style="clear: both;"> <div style="float: left; margin-right -1em;"> <img src="{{ include.image_path }}" |