Skip to content

Commit

Permalink
feat: add generator meta tag (#39) (#54)
Browse files Browse the repository at this point in the history
  • Loading branch information
mercs600 authored Jul 27, 2020
1 parent 0124f89 commit cc3e6a0
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions lib/templates/mixins/seo/getMeta.js
Original file line number Diff line number Diff line change
Expand Up @@ -8,6 +8,11 @@ export default {
this.page.page.title ||
this.$nuxt.$options.head.title,
meta: [
{
hid: 'generator',
name: 'generator',
content: 'TYPO3 CMS x TYPO3PWA'
},
{
hid: 'og:title',
name: 'og:title',
Expand Down

0 comments on commit cc3e6a0

Please sign in to comment.