File tree 2 files changed +3
-3
lines changed
2 files changed +3
-3
lines changed Original file line number Diff line number Diff line change 22
22
{% else %}
23
23
< meta name ="twitter:description " content ="{{ site.description }} " />
24
24
{% 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 }} " />
26
26
27
27
<!-- Facebook Open Graph -->
28
28
{% if page.title %}
40
40
{% else %}
41
41
< meta property ="og:description " content ="{{ site.description }} " />
42
42
{% 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 }} " />
44
44
< meta property ="og:url " content ="{{ site.url }}{{ page.url }} " />
45
45
</ head >
Original file line number Diff line number Diff line change 4
4
{%- assign default_paths = site.pages | map: "path" -%}
5
5
{%- assign page_paths = site.header_pages | default: default_paths -%}
6
6
< 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">
8
8
< span > 기술 블로그(Tech Blog)</ span >
9
9
</ a >
10
10
You can’t perform that action at this time.
0 commit comments