welcome page
This commit is contained in:
@@ -17,7 +17,6 @@
|
||||
{% include nav.html %}
|
||||
<!-- page content -->
|
||||
<main class="post-list">
|
||||
<p class="title">{{page.title}}</p>
|
||||
{{content}}
|
||||
</main>
|
||||
|
||||
|
19
_layouts/page-welcome.html
Normal file
19
_layouts/page-welcome.html
Normal file
@@ -0,0 +1,19 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
{% include head.html %}
|
||||
<body>
|
||||
<div class="screen">
|
||||
<div class="screen-image"></div>
|
||||
<div class="screen-content crt">
|
||||
<!-- page content -->
|
||||
<div class="welcome">
|
||||
{{content}}
|
||||
<!-- nav -->
|
||||
{% include nav.html %}
|
||||
|
||||
</div>
|
||||
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</html>
|
Reference in New Issue
Block a user