diff --git a/htdocs/themes/default/templates/amp-index.html b/htdocs/themes/default/templates/amp-index.html index ca5ccddd..cfa4534c 100644 --- a/htdocs/themes/default/templates/amp-index.html +++ b/htdocs/themes/default/templates/amp-index.html @@ -35,7 +35,7 @@

{{meta.title}}{{#if meta.subtitle}}, {{meta.subtitle}}{{/if}}

{{else}} {{/if}} - +
diff --git a/htdocs/themes/default/templates/index.html b/htdocs/themes/default/templates/index.html index c5e341d6..6d6be700 100644 --- a/htdocs/themes/default/templates/index.html +++ b/htdocs/themes/default/templates/index.html @@ -76,7 +76,7 @@

{{meta.title}}{{#if meta.subtitle}}, {{meta.subtitle}}{{/if}} {{else}} {{/if}} - +
@@ -85,7 +85,7 @@

{{meta.title}}{{#if meta.subtitle}}, {{meta.subtitle}}{{/if}} {{/if}}

- + {{meta.Title}}

diff --git a/lib/helpers/ampify.js b/lib/helpers/ampify.js index a8df85c5..cfe5ff27 100644 --- a/lib/helpers/ampify.js +++ b/lib/helpers/ampify.js @@ -15,7 +15,6 @@ const ampify = function() { .replace(/(]+?)(?:\s?\/)?>/g, '$1>') .replace(/().*?(<\/amp-(?:video|iframe|audio|img))/g, '$1$2') .replace(/(]+) (scrolling)=".+?"/g, '$1') .replace(/(]*) src="https:\/\/www.youtube[^.]*.com\/embed\/(.+?)\?enablejsapi=1"([^>]*)><\/amp-iframe>/g, '') diff --git a/lib/helpers/marky-mark.js b/lib/helpers/marky-mark.js index 8cdec217..f366def1 100644 --- a/lib/helpers/marky-mark.js +++ b/lib/helpers/marky-mark.js @@ -416,11 +416,11 @@ const markyMark = function(string, rules) { return inline .replace( /(?:]*?youtube.+v=([a-zA-Z0-9\-_]+)[^>]*?(?:>(.+?)<\/a>)/g, - '
' + '
' ) .replace( /(?:]*?vimeo.com\/(\d+)[^>]*?(?:>(.+?)<\/a>)/g, - '
' + '
' ) .replace( /(?:]*?giphy.com\/gifs\/[^"]+-([a-zA-Z0-9]+)[^>]*?(?:>(.+?)<\/a>)/g, @@ -428,7 +428,7 @@ const markyMark = function(string, rules) { ) .replace( /(?:]*?codepen\.io\/([a-zA-Z0-9\-_]+)\/pen\/([a-zA-Z0-9\-_]+)[^>]*?(?:>(.+?)<\/a>)/g, - '
' + '
' ) .replace( /]+href="([^"]+gist.github.com[^"]+)".+?<\/a>/g, diff --git a/package.json b/package.json index f93c3cd5..bb1954bd 100644 --- a/package.json +++ b/package.json @@ -60,12 +60,12 @@ "glob": "^7.0.5", "gm": "^1.23.0", "handlebars": "^4.0.11", - "inquirer": "^5.0.0", + "inquirer": "^6.0.0", "inquirer-datepicker-prompt": "^0.4.2", "js-yaml": "^3.11.0", "marked": "^0.4.0", "promise": "^8.0.0", - "remove-markdown": "^0.2.0", + "remove-markdown": "^0.3.0", "shelljs": "^0.8.2" }, "eslintConfig": {