File tree Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Expand file tree Collapse file tree 3 files changed +20
-0
lines changed Original file line number Diff line number Diff line change 2
2
title = "The First blog"
3
3
url = "blog_1"
4
4
---
5
+
6
+ ``` =html
7
+ <link href="https://cdn.jsdelivr.net/npm/@catppuccin/palette/css/catppuccin.css" rel="stylesheet">
8
+ <link href="../assets/styles.css" rel="stylesheet">
9
+ <script src="../assets/startup.js"></script>
10
+ ```
11
+
5
12
# Hello There
6
13
7
14
this is a test edit
Original file line number Diff line number Diff line change 2
2
title = "The Second blog"
3
3
url = "blog_2"
4
4
---
5
+
6
+ ``` =html
7
+ <link href="https://cdn.jsdelivr.net/npm/@catppuccin/palette/css/catppuccin.css" rel="stylesheet">
8
+ <link href="../assets/styles.css" rel="stylesheet">
9
+ <script src="../assets/startup.js"></script>
10
+ ```
11
+
5
12
# General Kenobi
Original file line number Diff line number Diff line change @@ -4,6 +4,12 @@ url = "test_url"
4
4
---
5
5
# Hello
6
6
7
+ ``` =html
8
+ <link href="https://cdn.jsdelivr.net/npm/@catppuccin/palette/css/catppuccin.css" rel="stylesheet">
9
+ <link href="assets/styles.css" rel="stylesheet">
10
+ <script src="assets/startup.js"></script>
11
+ ```
12
+
7
13
This is static content generated by lustre_ssg.
8
14
9
15
To build use ` gleam run -m build ` .
You can’t perform that action at this time.
0 commit comments