Skip to content

Commit 2d96597

Browse files
Update footer
1 parent 7142ab1 commit 2d96597

File tree

1 file changed

+4
-19
lines changed

1 file changed

+4
-19
lines changed

_includes/footer.html

+4-19
Original file line numberDiff line numberDiff line change
@@ -8,15 +8,9 @@
88
"
99
>
1010
<p>
11-
{{- '©' }}
11+
{{ '©' }}
1212
<time>{{ 'now' | date: '%Y' }}</time>
13-
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-
13+
<a href="{{ site.social.links[0] }}">{{ site.social.name }}</a>.
2014
{% if site.data.locales[include.lang].copyright.brief %}
2115
<span
2216
data-bs-toggle="tooltip"
@@ -28,15 +22,6 @@
2822
{% endif %}
2923
</p>
3024

31-
<p>
32-
{%- capture _platform -%}
33-
<a href="https://jekyllrb.com" target="_blank" rel="noopener">Jekyll</a>
34-
{%- endcapture -%}
35-
36-
{%- capture _theme -%}
37-
<a href="https://github.com/cotes2020/jekyll-theme-chirpy" target="_blank" rel="noopener">Chirpy</a>
38-
{%- endcapture -%}
39-
40-
{{ site.data.locales[include.lang].meta | replace: ':PLATFORM', _platform | replace: ':THEME', _theme }}
41-
</p>
25+
<!-- Custom Link to Digital Den -->
26+
<p><a href="https://digitalden.cloud" target="_blank" rel="noopener">https://digitalden.cloud</a></p>
4227
</footer>

0 commit comments

Comments
 (0)