Skip to content

Commit 08ebc15

Browse files
authored
Adjust website footer (#144)
1 parent 71e1289 commit 08ebc15

File tree

2 files changed

+6
-8
lines changed

2 files changed

+6
-8
lines changed

docs/_config.yml

+3
Original file line numberDiff line numberDiff line change
@@ -3,3 +3,6 @@ theme: minima
33
twitter_username: sashashpota
44
github_username: shpota
55
linkedin_username: shpota
6+
mastodon:
7+
- username: shpota
8+
instance: mastodon.social

docs/_includes/footer.html

+3-8
Original file line numberDiff line numberDiff line change
@@ -6,13 +6,8 @@
66
<div class="footer-col-wrapper">
77
<div class="footer-col footer-col-1">
88
<ul class="contact-list">
9-
<li class="p-name">
10-
{%- if site.author -%}
11-
{{ site.author | escape }}
12-
{%- else -%}
13-
{{ site.title | escape }}
14-
{%- endif -%}
15-
</li>
9+
<li class="p-name">Goxygen</li>
10+
<li class="p-name">by Sasha Shpota</li>
1611
{%- if site.email -%}
1712
<li><a class="u-email" href="mailto:{{ site.email }}">{{ site.email }}</a></li>
1813
{%- endif -%}
@@ -24,7 +19,7 @@
2419
</div>
2520

2621
<div class="footer-col footer-col-3">
27-
<p>{{- site.description | escape -}}</p>
22+
<p>Web Development Tooling</p>
2823
</div>
2924
</div>
3025

0 commit comments

Comments
 (0)