Skip to content

Commit 74e25ce

Browse files
committed
Initial commit
1 parent be3b273 commit 74e25ce

File tree

4 files changed

+9
-9
lines changed

4 files changed

+9
-9
lines changed

hugo.yaml

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -117,11 +117,11 @@ params:
117117

118118
socialIcons:
119119
- name: instagram
120-
url: "https://instagram.com/oh_merciii"
120+
url: "https://instagram.com/"
121121
- name: github
122-
url: "https://github.com/ohmerci"
122+
url: "https://github.com/"
123123
- name: telegram
124-
url: "https://t.me/ohmerci"
124+
url: "https://t.me/"
125125

126126
profileMode:
127127
enabled: false

public/en/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"description": "",
9595
"logo": "https://0xdra.github.io/favicon.ico",
9696
"sameAs": [
97-
"https://instagram.com/oh_merciii", "https://github.com/ohmerci", "https://t.me/ohmerci"
97+
"https://instagram.com/", "https://github.com/", "https://t.me/"
9898
]
9999
}
100100
</script>

public/index.html

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"description": "",
9595
"logo": "https://0xdra.github.io/favicon.ico",
9696
"sameAs": [
97-
"https://instagram.com/oh_merciii", "https://github.com/ohmerci", "https://t.me/ohmerci"
97+
"https://instagram.com/", "https://github.com/", "https://t.me/"
9898
]
9999
}
100100
</script>
@@ -180,7 +180,7 @@
180180
<div class="profile_inner">
181181
<h1>学习记录blog</h1>
182182
<span>海底月是天上月 우리 함께 구름위로</span><div class="social-icons" >
183-
<a href="https://instagram.com/oh_merciii" target="_blank" rel="noopener noreferrer me"
183+
<a href="https://instagram.com/" target="_blank" rel="noopener noreferrer me"
184184
title="Instagram">
185185
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
186186
stroke-linecap="round" stroke-linejoin="round">
@@ -189,7 +189,7 @@ <h1>学习记录blog</h1>
189189
<line x1="17.5" y1="6.5" x2="17.5" y2="6.5"></line>
190190
</svg>
191191
</a>
192-
<a href="https://github.com/ohmerci" target="_blank" rel="noopener noreferrer me"
192+
<a href="https://github.com/" target="_blank" rel="noopener noreferrer me"
193193
title="Github">
194194
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
195195
stroke-linecap="round" stroke-linejoin="round">
@@ -198,7 +198,7 @@ <h1>学习记录blog</h1>
198198
</path>
199199
</svg>
200200
</a>
201-
<a href="https://t.me/ohmerci" target="_blank" rel="noopener noreferrer me"
201+
<a href="https://t.me/" target="_blank" rel="noopener noreferrer me"
202202
title="Telegram">
203203
<svg xmlns="http://www.w3.org/2000/svg" viewBox="0 0 24 24" fill="none" stroke="currentColor" stroke-width="2"
204204
stroke-linecap="round" stroke-linejoin="round">

public/ug/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -94,7 +94,7 @@
9494
"description": "",
9595
"logo": "https://0xdra.github.io/favicon.ico",
9696
"sameAs": [
97-
"https://instagram.com/oh_merciii", "https://github.com/ohmerci", "https://t.me/ohmerci"
97+
"https://instagram.com/", "https://github.com/", "https://t.me/"
9898
]
9999
}
100100
</script>

0 commit comments

Comments
 (0)