added metainfo title on each pages

This commit is contained in:
2020-07-11 11:54:06 +02:00
parent 09793d56f8
commit ae9e6c6d84
13 changed files with 105 additions and 16 deletions
+2 -2
View File
@@ -26,7 +26,7 @@ export default {
},
methods: {
buildTemplate () {
console.log('EdText buildTemplate: tei', this.tei)
// console.log('EdText buildTemplate: tei', this.tei)
// to get Vue.compile working we have to use the full build of vuejs
// https://vuejs.org/v2/guide/installation.html#Explanation-of-Different-Builds
// in /build/webpack.config.base.js alias -> 'vue': 'vue/dist/vue.js',
@@ -43,7 +43,7 @@ export default {
},
parseLinks () {
let links = this.html.match(/<a[^<]+<\/a>/g)
console.log('links', links)
// console.log('links', links)
if (links) {
// let domparser = new DOMParser()
// let domlink