0
Fork 0
mirror of https://github.com/TryGhost/Ghost.git synced 2025-02-24 23:48:13 -05:00

Fixed google breadcumb character in social media preview

This commit is contained in:
Sanne de Vries 2021-03-02 13:45:53 +01:00
parent 2ec9383bdd
commit d8e5764d17
2 changed files with 2 additions and 2 deletions

View file

@ -238,7 +238,7 @@
{{svg-jar "google"}}
<div class="gh-seo-search-bar">{{svg-jar "google-search"}}</div>
</div>
<div class="gh-seo-preview-link">{{this.seoURL}}</div>
<div class="gh-seo-preview-link">{{this.config.blogDomain}} {{#if this.ghostPaths.subdir}}{{this.ghostPaths.subdir}} {{/if}}{{@post.slug}}</div>
<div class="gh-seo-preview-title">{{this.seoTitle}}</div>
<div class="gh-seo-preview-desc">{{this.seoDescription}}</div>
</div>

View file

@ -216,7 +216,7 @@
{{svg-jar "google"}}
<div class="gh-seo-preview">
<div class="gh-seo-search-bar mb12">{{svg-jar "google-search"}}</div>
<div class="gh-seo-preview-link">{{this.config.blogDomain}} > {{#if this.ghostPaths.subdir}}{{this.ghostPaths.subdir}} > {{/if}}{{@post.slug}}</div>
<div class="gh-seo-preview-link">{{this.config.blogDomain}} {{#if this.ghostPaths.subdir}}{{this.ghostPaths.subdir}} {{/if}}{{@post.slug}}</div>
{{#if this.editingMetaTitle}}
<input
type="text"