feat: minify html + js
This commit is contained in:
parent
d1b6b8cbea
commit
ee53cbdb26
6 changed files with 320 additions and 8 deletions
|
@ -88,8 +88,8 @@
|
|||
<link rel="stylesheet" href="/assets/styles/index.css?v={% appVersion %}" type="text/css" />
|
||||
<link rel="canonical" href="{{ fullUrl }}" />
|
||||
<meta property="og:title" content="{{ pageTitle }}" />
|
||||
<meta name="description" content="{{ pageDescription }}" />
|
||||
<meta property="og:description" content="{{ pageDescription }}" />
|
||||
<meta name="description" content="{{ pageDescription | sanitizeHtml }}" />
|
||||
<meta property="og:description" content="{{ pageDescription | sanitizeHtml }}" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="{{ fullUrl }}" />
|
||||
<meta property="og:image" content="{{ ogImage }}?class=w800" />
|
||||
|
|
Reference in a new issue