Modification 23 avril 2025
This commit is contained in:
parent
14e9a8eff7
commit
2cc31d0dd0
@ -23,7 +23,7 @@ description: >- # used by seo meta and the atom feed
|
|||||||
|
|
||||||
# Fill in the protocol & hostname for your site.
|
# Fill in the protocol & hostname for your site.
|
||||||
# E.g. 'https://username.github.io', note that it does not end with a '/'.
|
# E.g. 'https://username.github.io', note that it does not end with a '/'.
|
||||||
url: "https://chirpy.xxxx.xx"
|
url: "https://chirpy.rnmkcy.eu"
|
||||||
|
|
||||||
github:
|
github:
|
||||||
username: github_username # change to your GitHub username
|
username: github_username # change to your GitHub username
|
||||||
|
@ -6,12 +6,12 @@
|
|||||||
# url: {homepage_of_author}
|
# url: {homepage_of_author}
|
||||||
# -------------------------------------
|
# -------------------------------------
|
||||||
|
|
||||||
cotes:
|
#cotes:
|
||||||
name: Cotes Chung
|
# name: Cotes Chung
|
||||||
twitter: cotes2020
|
# twitter: cotes2020
|
||||||
url: https://github.com/cotes2020/
|
# url: https://github.com/cotes2020/
|
||||||
|
|
||||||
sille_bille:
|
#sille_bille:
|
||||||
name: Dinesh Prasanth Moluguwan Krishnamoorthy
|
# name: Dinesh Prasanth Moluguwan Krishnamoorthy
|
||||||
twitter: dinesh_MKD
|
# twitter: dinesh_MKD
|
||||||
url: https://github.com/SilleBille/
|
# url: https://github.com/SilleBille/
|
||||||
|
@ -6,9 +6,9 @@
|
|||||||
#- type: twitter
|
#- type: twitter
|
||||||
# icon: "fa-brands fa-x-twitter"
|
# icon: "fa-brands fa-x-twitter"
|
||||||
#
|
#
|
||||||
- type: email
|
#- type: email
|
||||||
icon: "fas fa-envelope"
|
# icon: "fas fa-envelope"
|
||||||
noblank: true # open link in current tab
|
# noblank: true # open link in current tab
|
||||||
|
|
||||||
- type: rss
|
- type: rss
|
||||||
icon: "fas fa-rss"
|
icon: "fas fa-rss"
|
||||||
|
@ -8,15 +8,15 @@
|
|||||||
"
|
"
|
||||||
>
|
>
|
||||||
<p>
|
<p>
|
||||||
{{- '©' }}
|
<!-- {{- '©' }} -->
|
||||||
<time>{{ 'now' | date: '%Y' }}</time>
|
<time>{{ 'now' | date: '%Y' }}</time>
|
||||||
|
|
||||||
{% if site.social.links %}
|
{% if site.social.links %}
|
||||||
<a href="{{ site.social.links[0] }}">{{ site.social.name }}</a>.
|
<a href="{{ site.social.links[0] }}">{{ site.social.name }}</a>.
|
||||||
{% else %}
|
{% else %}
|
||||||
<em class="fst-normal">{{ site.social.name }}</em>.
|
<em class="fst-normal">{{ site.social.name }}</em>.
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
|
||||||
|
<!--
|
||||||
{% if site.data.locales[include.lang].copyright.brief %}
|
{% if site.data.locales[include.lang].copyright.brief %}
|
||||||
<span
|
<span
|
||||||
data-bs-toggle="tooltip"
|
data-bs-toggle="tooltip"
|
||||||
@ -26,6 +26,7 @@
|
|||||||
{{- site.data.locales[include.lang].copyright.brief -}}
|
{{- site.data.locales[include.lang].copyright.brief -}}
|
||||||
</span>
|
</span>
|
||||||
{% endif %}
|
{% endif %}
|
||||||
|
-->
|
||||||
</p>
|
</p>
|
||||||
|
|
||||||
<p>
|
<p>
|
||||||
|
Loading…
Reference in New Issue
Block a user