Splits the |-separated footer links into individual lines
This commit is contained in:
parent
6fd8c37c3b
commit
dff5b27042
1 changed files with 6 additions and 1 deletions
|
@ -10,7 +10,12 @@
|
|||
<div class="col-xs-12 col-md-7">
|
||||
<p>© 2017 North Bay Python, a member project of <a href="https://sfconservancy.org" title="Software Freedom Conservancy">Software Freedom Conservancy</a>, a 501(c)(3) charity.</p>
|
||||
|
||||
<p><a href="https://facebook.com/northbaypython" title="North Bay Python on Facebook">Facebook</a> | <a href="https://twitter.com/northbaypython" title="North Bay Python on Twitter">Twitter</a> | <a href="/code-of-conduct" title="North Bay Python Code of Conduct">Code of Conduct</a> | <a href="/terms-and-conditions" title="North Bay Python Terms and Conditions">Terms and Conditions</a> | <a href="/about/colophon" title="North Bay Python Colophon">Colophon</a></p>
|
||||
<p>
|
||||
<a href="https://facebook.com/northbaypython" title="North Bay Python on Facebook">Facebook</a>
|
||||
| <a href="https://twitter.com/northbaypython" title="North Bay Python on Twitter">Twitter</a>
|
||||
| <a href="/code-of-conduct" title="North Bay Python Code of Conduct">Code of Conduct</a>
|
||||
| <a href="/terms-and-conditions" title="North Bay Python Terms and Conditions">Terms and Conditions</a>
|
||||
| <a href="/about/colophon" title="North Bay Python Colophon">Colophon</a></p>
|
||||
</div>
|
||||
|
||||
<div class="col-xs 12 col-md-4 text-right">
|
||||
|
|
Loading…
Reference in a new issue