css
This commit is contained in:
parent
5f180972d6
commit
e2f220d4bb
3 changed files with 8 additions and 2 deletions
2
.gitignore
vendored
2
.gitignore
vendored
|
@ -130,4 +130,4 @@ dist
|
|||
.yarn/install-state.gz
|
||||
.pnp.*
|
||||
|
||||
assets
|
||||
#assets
|
||||
|
|
|
@ -1,8 +1,10 @@
|
|||
<!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 %}
|
||||
|
||||
</head>
|
||||
|
||||
<body>
|
||||
|
||||
{% if page.navigation %}
|
||||
|
|
4
src/assets/css/main.scss
Normal file
4
src/assets/css/main.scss
Normal file
|
@ -0,0 +1,4 @@
|
|||
---
|
||||
---
|
||||
|
||||
@import "index";
|
Loading…
Reference in a new issue