summaryrefslogtreecommitdiff
path: root/_includes/pic-left-text-right.html
blob: 3d75740e50576ee0e07742a7785c270c347e45dd (plain)
1
2
3
4
5
6
7
8
9
10
11
12
<div style="clear: both;">
  <div style="float: left; margin-right -1em;">
    <img src="{{ include.image_path }}"
	 alt="{{ include.title }}"
	 style="max-width: {{ include.width }}"

	 align="left">
    <div style="text-right">
      {{ include.description | markdownify }}
    </div>
  </div>
</div>