This commit is contained in:
sneakers-the-rat 2024-07-06 00:20:25 -07:00
parent 5f180972d6
commit e2f220d4bb
Signed by untrusted user who does not match committer: jonny
GPG key ID: 6DCB96EF1E4D232D
3 changed files with 8 additions and 2 deletions

2
.gitignore vendored
View file

@ -130,4 +130,4 @@ dist
.yarn/install-state.gz .yarn/install-state.gz
.pnp.* .pnp.*
assets #assets

View file

@ -1,8 +1,10 @@
<!DOCTYPE html> <!DOCTYPE html>
<html lang="en" prefix="foaf: http://xmlns.com/foaf/0.1/"><head><script defer src="/assets/app.bundle.js"></script></head> <html lang="en" prefix="foaf: http://xmlns.com/foaf/0.1/"><head>
{% include head.html %} {% include head.html %}
</head>
<body> <body>
{% if page.navigation %} {% if page.navigation %}

4
src/assets/css/main.scss Normal file
View file

@ -0,0 +1,4 @@
---
---
@import "index";