Skip to content

Commit b7ccacc

Browse files
authored
Merge pull request #31 from futurelabmx/footer-fixes
Footer fixes
2 parents 479ae60 + 843ed17 commit b7ccacc

4 files changed

Lines changed: 12 additions & 2 deletions

File tree

_config.yml

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -109,6 +109,7 @@ social_icons:
109109
- YouTube
110110
- RSS
111111
- GitHub
112+
- Medium
112113

113114
_comments:
114115
map: Update the map location and display settings.

_data/footer.yml

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,3 +37,7 @@
3737
link: https://github.com/futurelabmx
3838
social_icon: GitHub
3939
new_window: true
40+
- name: Medium
41+
link: https://medium.com/future-lab
42+
social_icon: Medium
43+
new_window: true

_includes/social-icon.html

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -17,8 +17,13 @@
1717
<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M10,16.5V7.5L16,12M20,4.4C19.4,4.2 15.7,4 12,4C8.3,4 4.6,4.19 4,4.38C2.44,4.9 2,8.4 2,12C2,15.59 2.44,19.1 4,19.61C4.6,19.81 8.3,20 12,20C15.7,20 19.4,19.81 20,19.61C21.56,19.1 22,15.59 22,12C22,8.4 21.56,4.91 20,4.4Z" /></svg>
1818
{% when "RSS" %}
1919
<svg fill="#000000" height="24" viewBox="0 0 24 24" width="24" xmlns="http://www.w3.org/2000/svg"><path d="M0 0h24v24H0z" fill="none"/><circle cx="6.18" cy="17.82" r="2.18"/><path d="M4 4.44v2.83c7.03 0 12.73 5.7 12.73 12.73h2.83c0-8.59-6.97-15.56-15.56-15.56zm0 5.66v2.83c3.9 0 7.07 3.17 7.07 7.07h2.83c0-5.47-4.43-9.9-9.9-9.9z"/></svg>
20-
2120
{% when "GitHub" %}
2221
<svg fill="#000000" viewBox="0 0 24 24" xmlns="http://www.w3.org/2000/svg" width="24"><path d="M12 .297c-6.63 0-12 5.373-12 12 0 5.303 3.438 9.8 8.205 11.385.6.113.82-.258.82-.577 0-.285-.01-1.04-.015-2.04-3.338.724-4.042-1.61-4.042-1.61C4.422 18.07 3.633 17.7 3.633 17.7c-1.087-.744.084-.729.084-.729 1.205.084 1.838 1.236 1.838 1.236 1.07 1.835 2.809 1.305 3.495.998.108-.776.417-1.305.76-1.605-2.665-.3-5.466-1.332-5.466-5.93 0-1.31.465-2.38 1.235-3.22-.135-.303-.54-1.523.105-3.176 0 0 1.005-.322 3.3 1.23.96-.267 1.98-.399 3-.405 1.02.006 2.04.138 3 .405 2.28-1.552 3.285-1.23 3.285-1.23.645 1.653.24 2.873.12 3.176.765.84 1.23 1.91 1.23 3.22 0 4.61-2.805 5.625-5.475 5.92.42.36.81 1.096.81 2.22 0 1.606-.015 2.896-.015 3.286 0 .315.21.69.825.57C20.565 22.092 24 17.592 24 12.297c0-6.627-5.373-12-12-12"/></svg>
22+
{% when "Medium" %}
23+
<svg xmlns="http://www.w3.org/2000/svg" xmlns:xlink="http://www.w3.org/1999/xlink" width="1280px" height="1280px" viewBox="0 0 1280 1280" version="1.1">
24+
<g id="Monogram" fill-rule="nonzero">
25+
<path d="M0,0 L1280,0 L1280,1280 L0,1280 L0,0 Z M305.454476,428.082907 L305.454476,808.14483 C307.793289,821.855081 303.471341,835.860191 293.81254,845.870093 L203.487179,955.433879 L203.487179,969.881849 L459.609758,969.881849 L459.609758,955.433879 L369.284397,845.870093 C359.554756,835.876759 354.965188,821.96394 356.83957,808.14483 L356.83957,479.453474 L581.649357,969.881849 L607.74335,969.881849 L800.838899,479.453474 L800.838899,870.35138 C800.838899,880.786025 800.838899,882.792684 794.01432,889.61534 L724.564152,957.039209 L724.564152,971.487179 L1061.77883,971.487179 L1061.77883,957.039209 L994.737342,891.22067 C988.819193,886.709511 985.88349,879.295107 987.109868,871.95671 L987.109868,388.350985 C985.88349,381.012586 988.819193,373.59818 994.737342,369.087023 L1063.38462,303.268485 L1063.38462,288.820513 L825.728558,288.820513 L656.318322,711.423685 L463.624219,288.820513 L214.326223,288.820513 L214.326223,303.268485 L294.615433,399.989629 C302.497477,407.094029 306.522833,417.527186 305.454476,428.082907 Z" id="Rectangle-path"/>
26+
</g>
27+
</svg>
2328

2429
{% endcase %}

_layouts/default.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -41,7 +41,7 @@
4141
{% endfor %}
4242
</div>
4343
<center>
44-
<p class="copyright">&copy; {{ site.time | date: '%Y' }} Future Lab.
44+
<p class="copyright">&copy; 2020 Future Lab.
4545
<!-- • <a href="#">Terms</a> &amp; <a href="#">Privacy</a> • <a href="https://cloudcannon.com/">Template by CloudCannon</a> -->
4646
</p>
4747
</center>

0 commit comments

Comments
 (0)