Fix missing title and meta tags in slides layout

This commit is contained in:
James Mills 2023-03-29 23:54:00 +10:00
parent 36aeae0d15
commit f2feaa81f8
No known key found for this signature in database
GPG Key ID: AC4C014F1440EBD6
1 changed files with 5 additions and 2 deletions

View File

@ -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">
@ -43,4 +46,4 @@
</script>
</body>
</html>
</html>