From 3d1521621153ea19c01605be468f29fdcd89bfc1 Mon Sep 17 00:00:00 2001 From: Set Sakrecoer Date: Tue, 30 Mar 2021 14:02:24 +0200 Subject: [PATCH] fix broken site name --- _config.yml | 2 +- _includes/seo.html | 60 +++++++++++++++++++++++----------------------- 2 files changed, 31 insertions(+), 31 deletions(-) diff --git a/_config.yml b/_config.yml index da88dcf..2447785 100644 --- a/_config.yml +++ b/_config.yml @@ -1,4 +1,4 @@ -title : 徒 setto セット +title : 徒settoセット description: 'Set, Party, Gang! #Cybersoul.' url: "https://setto.basspistol.com" # the base hostname & protocol for your site diff --git a/_includes/seo.html b/_includes/seo.html index f5eacfe..ee5facc 100644 --- a/_includes/seo.html +++ b/_includes/seo.html @@ -28,9 +28,9 @@ {% if page.collection == 'tracks' %} -Play {{ page.common.title | xml_escape }} by {{ page.common.artist | xml_escape }} | {{ site.title | html_escape }} +Play {{ page.common.title | xml_escape }} by {{ page.common.artist | xml_escape }} | {{ site.title | xml_escape }} - + @@ -40,21 +40,21 @@ - + - + - + - + @@ -64,7 +64,7 @@ - + @@ -72,7 +72,7 @@ - + @@ -86,9 +86,9 @@ {% capture namelist %}{% for art in album.artists %}{{ art }}{% unless forloop.last %}, {% endunless %}{% endfor %}{% endcapture %} {% capture artist %}{{ namelist }}{% endcapture %} -Play "{{ album.name | xml_escape }}" by {{ artist | xml_escape | uniq }} | {{ site.title | html_escape }} +Play "{{ album.name | xml_escape }}" by {{ artist | xml_escape | uniq }} | {{ site.title | xml_escape }} - + @@ -98,21 +98,21 @@ - + - + - + - + @@ -122,7 +122,7 @@ - + {% for track in album.tracks %}{% endfor %} @@ -131,7 +131,7 @@ - + {% endif %}{% endfor %} @@ -139,7 +139,7 @@ {{ page.title }} | {{ site.title }} - + @@ -157,31 +157,31 @@ - + - + - + - + - + @@ -193,7 +193,7 @@ { "@context": "http://www.schema.org", "@type": "Organization", - "name": "{{ site.title | html_escape }}", + "name": "{{ site.title | xml_escape }}", "url": "{{ site.url | xml_escape }}", "sameAs": [ {% for social in site.social.links %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %} @@ -215,7 +215,7 @@ {{ page.title }} | {{ site.title }} - + @@ -233,31 +233,31 @@ - + - + - + - + - + @@ -269,7 +269,7 @@ { "@context": "http://www.schema.org", "@type": "Organization", - "name": "{{ site.title | html_escape }}", + "name": "{{ site.title | xml_escape }}", "url": "{{ site.url | xml_escape }}", "sameAs": [ {% for social in site.social.links %}"{{ social }}"{% unless forloop.last %},{% endunless %}{% endfor %}