diff options
-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 }}" |