This repository has been archived on 2025-04-15. You can view files and clone it, but cannot push or open issues or pull requests.

26 lines
535 B
Plaintext

extends layout
block content
h1(id="title")= site.site
div(id="sub-title")
h2= site.date_inscribed
h5= site.latitude + " " + site.longitude
h5= site.category
//- img(src= site.img_url alt= site.site)
.content
p #{site.description}
if visits
h2(class="visits")= "Visits"
each visit in visits
p #{visit.date}: #{visit.img} at the site: #{visit.site_id}
p #{visit.comment}
else
h2(class="visits")= "This site has yet to be visited. Soon... "
include footer.pug