changed the .title design on index

This commit is contained in:
2020-01-08 10:50:36 -05:00
parent c219347305
commit 5aee161e2e
2 changed files with 18 additions and 6 deletions

View File

@ -1,12 +1,12 @@
extends layout
block content
h1(id='title')= title
h2= "Sites Visited: "
a(href="/visits") #{visits.length}
| /
a(href="/sites") #{totalSites}
div(class='title')
h1= title
h3= "Sites Visited: "
a(href="/visits") #{visits.length}
| /
a(href="/sites") #{totalSites}
- var sitesVisited = [];