diff options
author | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 14:24:41 +0530 |
---|---|---|
committer | Vidhu Kant Sharma <vidhukant@vidhukant.xyz> | 2023-05-10 14:24:41 +0530 |
commit | c1b3c284dbd7f499f6d4c34f779e1262b5666684 (patch) | |
tree | 1fa89132148ccdb516d8615a1daddc57c6987967 /layouts | |
parent | 945d4202362f5cea6b557ab5c7a82a377d1893ce (diff) |
removed second section
Diffstat (limited to 'layouts')
-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 }} |