File tree 1 file changed +4
-19
lines changed
1 file changed +4
-19
lines changed Original file line number Diff line number Diff line change 8
8
"
9
9
>
10
10
< p >
11
- {{- '©' }}
11
+ {{ '©' }}
12
12
< 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 > .
20
14
{% if site.data.locales[include.lang].copyright.brief %}
21
15
< span
22
16
data-bs-toggle ="tooltip "
28
22
{% endif %}
29
23
</ p >
30
24
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 >
42
27
</ footer >
You can’t perform that action at this time.
0 commit comments