mirror of
https://github.com/wahyd4/vuepress.git
synced 2026-08-10 22:06:22 +10:00
- fix($core): markdown slot doesn‘t work. (regression of c85f62d)
- docs: fresh Node.JS API.
- test: official plugins.
18 lines
436 B
HTML
18 lines
436 B
HTML
<!DOCTYPE html>
|
|
<html lang="{{ lang }}">
|
|
<head>
|
|
<meta charset="utf-8">
|
|
<meta name="viewport" content="width=device-width,initial-scale=1">
|
|
<title>{{ title }}</title>
|
|
<meta name="description" content="{{ description }}">
|
|
{{{ userHeadTags }}}
|
|
{{{ pageMeta }}}
|
|
{{{ renderResourceHints() }}}
|
|
{{{ renderStyles() }}}
|
|
</head>
|
|
<body>
|
|
<!--vue-ssr-outlet-->
|
|
{{{ renderScripts() }}}
|
|
</body>
|
|
</html>
|