We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d3f68d9 commit f6fc8b3Copy full SHA for f6fc8b3
layouts/index.html
@@ -3,10 +3,14 @@
3
<!-- introduction -->
4
<div class="div-padding bg-color-black fg-color-white">
5
<section class="container clearfix">
6
- <img src="images/pepper_side.jpg" class="float-right" alt="..." style="height:500px; width:auto;">
7
<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 }}
+ <div class="col-sm">
+ <img src="images/pepper_side.jpg" class="float-right" alt="..." style="height:500px; width:auto;">
+ </div>
10
11
+ <!-- Note that the content for index.html, as a sort of list page, will pull from content/_index.md -->
12
+ {{ .Content }}
13
14
</div>
15
</section>
16
0 commit comments