new-tab-page/_layouts/default.html
Lynne 2147f0e269
All checks were successful
continuous-integration/drone/push Build is passing
render link list, restructure layout
2020-02-29 20:37:27 +10:00

15 lines
215 B
HTML

<!DOCTYPE html>
<html lang="en">
<head>
<meta charset="UTF-8">
<title>{{ page.title }}</title>
<link rel='stylesheet' href='style.css'>
</head>
<body>
<h1>{{ page.title }}</h1>
{{ content }}
</body>
</html>