We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent c5d1144 commit 4facf5bCopy full SHA for 4facf5b
_includes/footer.html
@@ -8,9 +8,15 @@
8
"
9
>
10
<p>
11
- {{ '©' }}
+ {{- '©' }}
12
<time>{{ 'now' | date: '%Y' }}</time>
13
- <a href="{{ site.social.links[0] }}">{{ site.social.name }}</a>.
+
14
+ {% if site.social.links %}
15
+ <a href="{{ site.social.links[0] }}">{{ site.social.name }}</a>.
16
+ {% else %}
17
+ <em class="fst-normal">{{ site.social.name }}</em>.
18
+ {% endif %}
19
20
{% if site.data.locales[include.lang].copyright.brief %}
21
<span
22
data-bs-toggle="tooltip"
_sass/addon/commons.scss
@@ -144,6 +144,10 @@ footer {
144
}
145
146
147
+ em {
148
+ @extend %text-highlight;
149
+ }
150
151
p {
152
text-align: center;
153
margin-bottom: 0;
0 commit comments