mirror of
https://git.mills.io/prologic/zs-starter-template.git
synced 2024-11-21 12:56:04 +03:00
Fix missing title and meta tags in slides layout
This commit is contained in:
parent
36aeae0d15
commit
f2feaa81f8
@ -5,7 +5,10 @@
|
||||
<meta charset="utf-8">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1.0, user-scalable=no">
|
||||
|
||||
<title>reveal.js</title>
|
||||
<title>{{ title }}</title>
|
||||
<meta name="title" content="{{ title }}" />
|
||||
<meta name="description" content="{{ description }}" />
|
||||
<meta name="keywords" content="{{ keywords }}" />
|
||||
|
||||
<link rel="stylesheet" href="/reveal.js/css/reset.css">
|
||||
<link rel="stylesheet" href="/reveal.js/css/reveal.css">
|
||||
|
Loading…
Reference in New Issue
Block a user