diff options
author | JJ | 2023-05-03 08:50:52 +0000 |
---|---|---|
committer | JJ | 2023-05-03 09:16:27 +0000 |
commit | 52e99050572d0b922f76266134383bfc66be8eca (patch) | |
tree | 6fd78db133f8692edc85540f3da0a81932f2f772 /_layouts/default.html | |
parent | 7570754bf85b6c018ca9a7fc90a1e677600c899f (diff) |
Switch to new domain and switch back to Jekyll
Diffstat (limited to '_layouts/default.html')
-rw-r--r-- | _layouts/default.html | 13 |
1 files changed, 13 insertions, 0 deletions
diff --git a/_layouts/default.html b/_layouts/default.html new file mode 100644 index 0000000..482d2f0 --- /dev/null +++ b/_layouts/default.html @@ -0,0 +1,13 @@ +<!DOCTYPE html> +<html lang="en"> +<head> + <meta charset="UTF-8"> + <meta name="viewport" content="width=device-width, initial-scale=1.0"> + <link rel="icon" type="image/jpg" href="assets/light.png"> + <link rel="stylesheet" href="css/style.css"> + <title> apropos | {{page.title}} </title> +</head> +<body> + {{ content }} +</body> +</html> |