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:
parent
2ec9383bdd
commit
d8e5764d17
2 changed files with 2 additions and 2 deletions
|
@ -238,7 +238,7 @@
|
||||||
{{svg-jar "google"}}
|
{{svg-jar "google"}}
|
||||||
<div class="gh-seo-search-bar">{{svg-jar "google-search"}}</div>
|
<div class="gh-seo-search-bar">{{svg-jar "google-search"}}</div>
|
||||||
</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-title">{{this.seoTitle}}</div>
|
||||||
<div class="gh-seo-preview-desc">{{this.seoDescription}}</div>
|
<div class="gh-seo-preview-desc">{{this.seoDescription}}</div>
|
||||||
</div>
|
</div>
|
||||||
|
|
|
@ -216,7 +216,7 @@
|
||||||
{{svg-jar "google"}}
|
{{svg-jar "google"}}
|
||||||
<div class="gh-seo-preview">
|
<div class="gh-seo-preview">
|
||||||
<div class="gh-seo-search-bar mb12">{{svg-jar "google-search"}}</div>
|
<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}}
|
{{#if this.editingMetaTitle}}
|
||||||
<input
|
<input
|
||||||
type="text"
|
type="text"
|
||||||
|
|
Loading…
Add table
Reference in a new issue