Skip to content
This repository was archived by the owner on Nov 10, 2020. It is now read-only.

Commit a2adf8e

Browse files
committed
Update footer with dynamic copyright year
Formatting
1 parent 8b7bbce commit a2adf8e

File tree

1 file changed

+33
-18
lines changed

1 file changed

+33
-18
lines changed

_includes/footer.html

Lines changed: 33 additions & 18 deletions
Original file line numberDiff line numberDiff line change
@@ -1,21 +1,36 @@
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> &nbsp;&sdot;&nbsp;
11-
<a href="https://twitter.com/{{ site.twitter_username }}">@{{ site.twitter_username }}</a> &nbsp;&sdot;&nbsp;
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> &nbsp;&sdot;&nbsp;
13+
<a href="https://twitter.com/{{ site.twitter_username }}"
14+
>@{{ site.twitter_username }}</a
15+
>
16+
&nbsp;&sdot;&nbsp;
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>
1528

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>
1933
</div>
2034
</div>
21-
35+
</div>
36+
</div>

0 commit comments

Comments
 (0)