We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e9b2d82 commit 33ea354Copy full SHA for 33ea354
_config.yml
@@ -1,3 +1,10 @@
1
collections:
2
examples:
3
output: true
4
+
5
+defaults:
6
+ -
7
+ scope:
8
+ path: ""
9
+ values:
10
+ layout: "default"
_layouts/default.html
@@ -0,0 +1,10 @@
+<!DOCTYPE html>
+<html>
+<head>
+ <link href="./style.css" rel="stylesheet">
+ <script>console.log('SCRIPT RUNS')</script> <!-- Or inline <script>your logic here</script> -->
+</head>
+<body>
+ {{ content }}
+</body>
+</html>
0 commit comments