chore: optimize the project structure
Some checks failed
Build Demo / build (push) Failing after 10s
Some checks failed
Build Demo / build (push) Failing after 10s
This commit is contained in:
@ -8,7 +8,7 @@
|
||||
<meta name="description" content="{{ config.site_description }}" />
|
||||
<link rel="icon" href="{{ config.theme.favicon | url }}" />
|
||||
<title>{{ config.site_name }}</title>
|
||||
<link rel="stylesheet" href="assets/stylesheets/main.css"/>
|
||||
<link rel="stylesheet" href="assets/stylesheets/home.css"/>
|
||||
</head>
|
||||
<body>
|
||||
|
||||
@ -16,6 +16,6 @@
|
||||
|
||||
<div id="pseudo-3d-layer"></div>
|
||||
|
||||
<script src="assets/javascripts/main.js"></script>
|
||||
<script src="assets/javascripts/home.js"></script>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user