mirror of
https://github.com/TryGhost/Ghost.git
synced 2024-11-25 19:48:50 +03:00
Fixed typos in tag meta data
no refs. - fixed capitalisation on tag meta data properties
This commit is contained in:
parent
ffdde799b8
commit
a409a3464e
@ -96,7 +96,7 @@
|
|||||||
<div class="mt6 flex flex-column flex-row-ns items-start justify-between">
|
<div class="mt6 flex flex-column flex-row-ns items-start justify-between">
|
||||||
<div class="flex flex-column items-start mr5 w-100 w-50-m w-two-thirds-l">
|
<div class="flex flex-column items-start mr5 w-100 w-50-m w-two-thirds-l">
|
||||||
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="metaTitle">
|
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="metaTitle">
|
||||||
<label for="meta-title">Meta Title</label>
|
<label for="meta-title">Meta title</label>
|
||||||
<GhTextInput
|
<GhTextInput
|
||||||
@id="meta-title"
|
@id="meta-title"
|
||||||
@name="metaTitle"
|
@name="metaTitle"
|
||||||
@ -110,7 +110,7 @@
|
|||||||
</GhFormGroup>
|
</GhFormGroup>
|
||||||
|
|
||||||
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="metaDescription">
|
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="metaDescription">
|
||||||
<label for="meta-description">Meta Description</label>
|
<label for="meta-description">Meta description</label>
|
||||||
<GhTextarea
|
<GhTextarea
|
||||||
@id="meta-description"
|
@id="meta-description"
|
||||||
@name="metaDescription"
|
@name="metaDescription"
|
||||||
@ -151,7 +151,7 @@
|
|||||||
<section class="bb b--whitegrey pa5">
|
<section class="bb b--whitegrey pa5">
|
||||||
<div class="flex justify-between">
|
<div class="flex justify-between">
|
||||||
<div>
|
<div>
|
||||||
<h4 class="gh-setting-title">Twitter Card</h4>
|
<h4 class="gh-setting-title">Twitter card</h4>
|
||||||
<p class="gh-setting-desc pa0 ma0">Customised structured data for Twitter.</p>
|
<p class="gh-setting-desc pa0 ma0">Customised structured data for Twitter.</p>
|
||||||
</div>
|
</div>
|
||||||
<div>
|
<div>
|
||||||
@ -187,7 +187,7 @@
|
|||||||
</GhFormGroup>
|
</GhFormGroup>
|
||||||
|
|
||||||
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="twitterDesctiption">
|
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="twitterDesctiption">
|
||||||
<label for="twitter-description">Twitter Description</label>
|
<label for="twitter-description">Twitter description</label>
|
||||||
<GhTextarea
|
<GhTextarea
|
||||||
@id="twitter-description"
|
@id="twitter-description"
|
||||||
@name="twitterDescription"
|
@name="twitterDescription"
|
||||||
@ -250,7 +250,7 @@
|
|||||||
/>
|
/>
|
||||||
</GhFormGroup>
|
</GhFormGroup>
|
||||||
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="metaTitle">
|
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="metaTitle">
|
||||||
<label for="og-title">Facebook Title</label>
|
<label for="og-title">Facebook title</label>
|
||||||
<GhTextInput
|
<GhTextInput
|
||||||
@id="og-title"
|
@id="og-title"
|
||||||
@name="ogTitle"
|
@name="ogTitle"
|
||||||
@ -264,7 +264,7 @@
|
|||||||
</GhFormGroup>
|
</GhFormGroup>
|
||||||
|
|
||||||
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="ogDescription">
|
<GhFormGroup @errors={{this.tag.errors}} @hasValidated={{this.tag.hasValidated}} @property="ogDescription">
|
||||||
<label for="og-description">Facebook Description</label>
|
<label for="og-description">Facebook description</label>
|
||||||
<GhTextarea
|
<GhTextarea
|
||||||
@id="og-description"
|
@id="og-description"
|
||||||
@name="ogDescription"
|
@name="ogDescription"
|
||||||
|
Loading…
Reference in New Issue
Block a user