Skip to content

Commit 74a67d8

Browse files
committed
Added _stats to footer
* added `heartbeat` icon * updated social links to match with / * dropped footer font to 14px to match /
1 parent 89492f0 commit 74a67d8

File tree

4 files changed

+13
-4
lines changed

4 files changed

+13
-4
lines changed

data/social.json

+8-3
Original file line numberDiff line numberDiff line change
@@ -1,16 +1,21 @@
11
[
22
{
3-
"name": "Github",
3+
"name": "StackMuncher code on GitHub",
44
"link": "https://github.com/stackmuncher",
55
"image": "/about/images/social/github.svg"
66
},
77
{
8-
"name": "LinkedIn",
8+
"name": "LinkedIn of the founder",
99
"link": "https://www.linkedin.com/in/maxvoskob/",
1010
"image": "/about/images/social/linkedin.svg"
1111
},
1212
{
13-
"name": "Creative Commons License",
13+
"name": "StackMuncher status page",
14+
"link": "/_stats",
15+
"image": "/about/images/social/heartbeat.svg"
16+
},
17+
{
18+
"name": "All site content is licensed under Creative Commons License",
1419
"link": "http://creativecommons.org/licenses/by/4.0/",
1520
"image": "/about/images/social/cc-by.svg"
1621
}

layouts/_default/baseof.html

+3
Original file line numberDiff line numberDiff line change
@@ -45,6 +45,9 @@
4545
font-size: 16px;
4646
}
4747

48+
#navbar_footer {
49+
font-size: 14px;
50+
}
4851
</style>
4952
</head>
5053

layouts/partials/footer.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
<nav class="navbar navbar-expand-lg navbar-light mx-0 mb-3 mt-5 border-top">
22
<div class="container-md">
3-
<div class="collapse navbar-collapse show" id="navbarSupportedContent">
3+
<div class="collapse navbar-collapse show" id="navbar_footer">
44
<div class="navbar-nav ms-md-5 me-auto justify-content-center">
55
{{ partial "social.html" . }}
66
</div>
+1
Loading

0 commit comments

Comments
 (0)