Skip to content

Commit f6fc8b3

Browse files
committed
fix intro image
1 parent d3f68d9 commit f6fc8b3

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

layouts/index.html

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -3,10 +3,14 @@
33
<!-- introduction -->
44
<div class="div-padding bg-color-black fg-color-white">
55
<section class="container clearfix">
6-
<img src="images/pepper_side.jpg" class="float-right" alt="..." style="height:500px; width:auto;">
76
<div class="row minisection">
8-
<!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md -->
9-
{{ .Content }}
7+
<div class="col-sm">
8+
<img src="images/pepper_side.jpg" class="float-right" alt="..." style="height:500px; width:auto;">
9+
</div>
10+
<div class="col-sm">
11+
<!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md -->
12+
{{ .Content }}
13+
</div>
1014
</div>
1115
</section>
1216
</div>

0 commit comments

Comments
 (0)