|
1 |
| - <div id="footer"> |
2 |
| - <div class="container"> |
3 |
| - <div class="row"> |
4 |
| - <div class="col-sm-3" id="about"> |
5 |
| - <p><strong class="logo">SwiftDoc.org</strong><br /> |
6 |
| - Auto-generated documentation for Swift. Command-click no more.</p> |
7 |
| - </div> |
8 |
| - <div class="col-sm-9" id="colophon"> |
9 |
| - <p> |
10 |
| - <a href="/news/">News</a> ⋅ |
11 |
| - <a href="https://twitter.com/{{ site.twitter_username }}">@{{ site.twitter_username }}</a> ⋅ |
12 |
| - <a href="https://github.com/{{ site.github_username }}">github.com/{{ site.github_username }}</a><br /> |
13 |
| - </p> |
14 |
| - <p>Created by parsing and analyzing the autogenerated header for the Swift standard library. Built using <a href="https://nodejs.org/en/">Node.js</a> and <a href="http://jekyllrb.com/">Jekyll</a>, hosted with <a href="https://netlify.com/">Netlify</a>.</p> |
| 1 | +<div id="footer"> |
| 2 | + <div class="container"> |
| 3 | + <div class="row"> |
| 4 | + <div class="col-sm-3" id="about"> |
| 5 | + <p> |
| 6 | + <strong class="logo">SwiftDoc.org</strong><br /> |
| 7 | + Auto-generated documentation for Swift. Command-click no more. |
| 8 | + </p> |
| 9 | + </div> |
| 10 | + <div class="col-sm-9" id="colophon"> |
| 11 | + <p> |
| 12 | + <a href="/news/">News</a> ⋅ |
| 13 | + <a href="https://twitter.com/{{ site.twitter_username }}" |
| 14 | + >@{{ site.twitter_username }}</a |
| 15 | + > |
| 16 | + ⋅ |
| 17 | + <a href="https://github.com/{{ site.github_username }}" |
| 18 | + >github.com/{{ site.github_username }}</a |
| 19 | + ><br /> |
| 20 | + </p> |
| 21 | + <p> |
| 22 | + Created by parsing and analyzing the autogenerated header for the |
| 23 | + Swift standard library. Built using |
| 24 | + <a href="https://github.com/swiftdocorg/swift-doc">SwiftDoc</a> and |
| 25 | + <a href="http://jekyllrb.com/">Jekyll</a>, hosted with |
| 26 | + <a href="https://netlify.com/">Netlify</a>. |
| 27 | + </p> |
15 | 28 |
|
16 |
| - <p>All content copyright © 2014–2018 Apple Inc. All rights reserved.</p> |
17 |
| - </div> |
18 |
| - </div> |
| 29 | + <p> |
| 30 | + All content copyright © 2014 – {{ site.time | date: '%Y' }} Apple Inc. |
| 31 | + All rights reserved. |
| 32 | + </p> |
19 | 33 | </div>
|
20 | 34 | </div>
|
21 |
| - |
| 35 | + </div> |
| 36 | +</div> |
0 commit comments