Skip to content

Commit 4e493af

Browse files
author
Hyperconnect DevRel
committedJun 23, 2022
Sync @ 2022-06-23-19-07
1 parent d0e1510 commit 4e493af

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed
 

‎_includes/head.html

+2-2
Original file line numberDiff line numberDiff line change
@@ -22,7 +22,7 @@
2222
{% else %}
2323
<meta name="twitter:description" content="{{ site.description }}" />
2424
{% endif %}
25-
<meta name="twitter:image" content="https://hyperconnect.github.io/assets/favicon.jpg" />
25+
<meta name="twitter:image" content="{{ "/assets/favicon.jpg" | absolute_url }}" />
2626

2727
<!-- Facebook Open Graph -->
2828
{% if page.title %}
@@ -40,6 +40,6 @@
4040
{% else %}
4141
<meta property="og:description" content="{{ site.description }}" />
4242
{% endif %}
43-
<meta property="og:image" content="https://hyperconnect.github.io/assets/favicon.jpg" />
43+
<meta property="og:image" content="{{ "/assets/favicon.jpg" | absolute_url }}" />
4444
<meta property="og:url" content="{{ site.url }}{{ page.url }}" />
4545
</head>

‎_includes/header.html

+1-1
Original file line numberDiff line numberDiff line change
@@ -4,7 +4,7 @@
44
{%- assign default_paths = site.pages | map: "path" -%}
55
{%- assign page_paths = site.header_pages | default: default_paths -%}
66
<a class="site-title" rel="author" href="{{ "/" | relative_url }}">
7-
<img src="/assets/hpcnt_logo.png" alt="Hyperconnect logo">
7+
<img src="{{ "/assets/hpcnt_logo.png" | relative_url }}" alt="Hyperconnect logo">
88
<span>기술 블로그(Tech Blog)</span>
99
</a>
1010

0 commit comments

Comments
 (0)
Please sign in to comment.