~xdavidwu/xdavidwu.link

8bed6b7361dca486eb958e80d45343d6ec04c68d — Michael Rose 4 years ago 5009e34
Harmonize `site.url` for Organization JSON-LD schema
1 files changed, 1 insertions(+), 1 deletions(-)

M _includes/seo.html
M _includes/seo.html => _includes/seo.html +1 -1
@@ 132,7 132,7 @@
    {
      "@context": "https://schema.org",
      "@type": "Organization",
      "url": {{ seo_url | jsonify }},
      "url": {{ '/' | absolute_url | jsonify }},
      "logo": {{ site_og_image | jsonify }}
    }
  </script>