Skip to content

Commit ba3a8f9

Browse files
committed
Add 'Sponsored by Code School' to the footer
1 parent a92b380 commit ba3a8f9

File tree

1 file changed

+7
-3
lines changed

1 file changed

+7
-3
lines changed

server/views/partials/_footer.jade

Lines changed: 7 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -28,9 +28,13 @@ footer.row.footer(role='contentinfo')
2828
- iconPartial = { name: 'rss', size: 16 }
2929
include /views/partials/_icon
3030

31-
p.footer-text.mtf.pts
32-
| Hosted by
33-
a.link.link--inverted(href='https://www.digitalocean.com') DigitalOcean
31+
ul.list.list--inline.list--inline--dotted.footer-text
32+
li.list-item
33+
| Sponsored by
34+
a.link.link--inverted(href='https://www.codeschool.com') Code School
35+
li.list-item
36+
| Hosted by
37+
a.link.link--inverted(href='https://www.digitalocean.com') DigitalOcean
3438

3539
script.
3640
(function(i,s,o,g,r,a,m){i['GoogleAnalyticsObject']=r;i[r]=i[r]||function(){

0 commit comments

Comments
 (0)