mirror of
https://github.com/kevinnlsamuel/rainbowcroissant.git
synced 2025-12-06 10:06:01 +05:30
make base layout
This commit is contained in:
@@ -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
3
src/_includes/navlist.md
Normal file
@@ -0,0 +1,3 @@
|
||||
|
||||
- [Services](/services)
|
||||
- [Quick](/quick)
|
||||
1
static/site.css
Normal file
1
static/site.css
Normal file
@@ -0,0 +1 @@
|
||||
header{--spacing:.1rem;}header h1{--typography-spacing-vertical:0px;}
|
||||
Reference in New Issue
Block a user