~xdavidwu/xdavidwu.link

2ec4b8a7202dec287e3906abe4152ea92fed9c55 — xdavidwu 3 years ago 5960500
remove unneeded comments, add dummy favicon
3 files changed, 1 insertions(+), 10 deletions(-)

M _includes/footer/custom.html
M _includes/head/custom.html
M _includes/seo.html
M _includes/footer/custom.html => _includes/footer/custom.html +0 -3
@@ 1,3 0,0 @@
<!-- start custom footer snippets -->

<!-- end custom footer snippets -->
\ No newline at end of file

M _includes/head/custom.html => _includes/head/custom.html +1 -5
@@ 1,5 1,1 @@
<!-- start custom head snippets -->

<!-- insert favicons. use https://realfavicongenerator.net/ -->

<!-- end custom head snippets -->
<link rel="icon" href="data:,">

M _includes/seo.html => _includes/seo.html +0 -2
@@ 1,4 1,3 @@
<!-- begin _includes/seo.html -->
{%- if site.url -%}
  {%- assign seo_url = site.url | append: site.baseurl -%}
{%- endif -%}


@@ 152,4 151,3 @@
{% if site.naver_site_verification %}
  <meta name="naver-site-verification" content="{{ site.naver_site_verification }}">
{% endif %}
<!-- end _includes/seo.html -->