make base layout

This commit is contained in:
2023-10-12 22:35:37 +05:30
parent ac4e71106b
commit 1b7d488fdf
3 changed files with 8 additions and 5 deletions

View File

@@ -1,5 +1,6 @@
---
---
<!doctype html>
<html lang="en">
<head>
@@ -14,15 +15,13 @@
</title>
<meta name="description" content="{{site.desc}}">
<link rel="stylesheet" href="/static/pico.min.css">
<link rel="stylesheet" href="/static/site.css">
</head>
<body>
<header>
<h1><a href="/">{{site.name}}</a></h1>
<nav>
<ul>
<li><a href="/feepaymail">Fee Payment Mail</a></li>
<li><a href="/about">About</a></li>
</ul>
<ul><li><h1><a href="/">{{site.name}}</a></h1></li></ul>
{% renderFile './src/_includes/navlist.md' %}
</nav>
</header>
<main>

3
src/_includes/navlist.md Normal file
View File

@@ -0,0 +1,3 @@
- [Services](/services)
- [Quick](/quick)

1
static/site.css Normal file
View File

@@ -0,0 +1 @@
header{--spacing:.1rem;}header h1{--typography-spacing-vertical:0px;}