diff options
Diffstat (limited to 'layouts/index.html')
-rw-r--r-- | layouts/index.html | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/layouts/index.html b/layouts/index.html index fcdb58a..87a2219 100644 --- a/layouts/index.html +++ b/layouts/index.html @@ -16,17 +16,21 @@ </div> </div> +<!-- <div class="section" id="section-2"> <div class="section-child"> <div id="other-content"> {{ .Content }} </div> <div class="img-l"> +--> <!-- remove the <a> tag if the image shouldn't be a hyperlink --> +<!-- <a href="{{ .Params.imgLink }}"> <img src="{{ .Params.img }}" alt="{{ .Params.imgAlt }}"/> </a> </div> </div> </div> +--> {{ end }} |