From 8c824e1e3b2ffa931fc1b652204da289061a963e Mon Sep 17 00:00:00 2001 From: siddharthshahofficial2 <117114155+siddharthshahofficial2@users.noreply.github.com> Date: Tue, 1 Nov 2022 00:05:55 +0530 Subject: [PATCH] Add notes section --- templates/views/gallery.pug | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) diff --git a/templates/views/gallery.pug b/templates/views/gallery.pug index 8573b82d..fc306718 100644 --- a/templates/views/gallery.pug +++ b/templates/views/gallery.pug @@ -15,12 +15,14 @@ block content | #{gallery.name} - #{gallery.Branch} #{gallery.Sem} h6 | #{gallery.Topics} + + h6 + Add Notes and contribute p #{gallery} small.text-muted= gallery._.publishedDate.format('Do MMM YYYY') .row each image, i in gallery.images - //- p: i .col-xs-4.col-sm-3.col-md-2(style="margin-bottom: 30px;") a(href=image.limit(900,600), title=gallery.name + ' image ' + (i+1), rel=gallery.key).gallery-image img(src=image.fill(300,300), alt=gallery.name + ' image ' + (i+1)).img-thumbnail