2014-06-06 12:47:52 -04:00
|
|
|
footer
|
|
|
|
.container
|
|
|
|
.row
|
|
|
|
ul.col-md-6
|
2014-06-20 16:35:42 -04:00
|
|
|
each item in nav.left_footer
|
|
|
|
li
|
|
|
|
if item.url
|
2014-07-08 07:51:11 -04:00
|
|
|
a(href=item.url, class=item.class) !{item.text}
|
2014-06-20 16:35:42 -04:00
|
|
|
else
|
|
|
|
| !{item.text}
|
|
|
|
|
2014-06-06 12:47:52 -04:00
|
|
|
ul.col-md-6
|
2014-06-20 16:35:42 -04:00
|
|
|
each item in nav.right_footer
|
|
|
|
li
|
|
|
|
if item.url
|
2014-07-08 07:51:11 -04:00
|
|
|
a(href=item.url, class=item.class) !{item.text}
|
2014-06-20 16:35:42 -04:00
|
|
|
else
|
|
|
|
| !{item.text}
|
|
|
|
|
|
|
|
//- li
|
|
|
|
//- a(href="http://www.twitter.com/sharelatex")
|
|
|
|
//- i.fa.fa-twitter-square
|
|
|
|
//- li
|
|
|
|
//- a(href="http://www.facebook.com/pages/ShareLaTeX/301671376556660")
|
|
|
|
//- i.fa.fa-facebook-square
|
|
|
|
//- li
|
|
|
|
//- a(href="https://plus.google.com/115074691861228882827", rel="publisher")
|
|
|
|
//- i.fa.fa-google-plus-square
|
|
|
|
//- li
|
|
|
|
//- a(href="https://github.com/sharelatex/sharelatex")
|
|
|
|
//- i.fa.fa-github-square
|