mirror of
https://github.com/overleaf/overleaf.git
synced 2024-11-07 20:31:06 -05:00
31 lines
811 B
Text
31 lines
811 B
Text
footer
|
|
.container
|
|
.row
|
|
ul.col-md-6
|
|
each item in nav.left_footer
|
|
li
|
|
if item.url
|
|
a(href=item.url, class=item.class) !{item.text}
|
|
else
|
|
| !{item.text}
|
|
|
|
ul.col-md-6
|
|
each item in nav.right_footer
|
|
li
|
|
if item.url
|
|
a(href=item.url, class=item.class) !{item.text}
|
|
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
|