documentation: semi-minimally-functional zed
It can load things from files now, but the cmark dependency needs to be properly integrated into the build still.
This commit is contained in:
14
documentation/templates/pre-nav.fragment.html
Normal file
14
documentation/templates/pre-nav.fragment.html
Normal file
@@ -0,0 +1,14 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<meta charset="utf-8">
|
||||
<title>{[0]s}</title>
|
||||
<style>{[1]s}</style>
|
||||
</head>
|
||||
<body>
|
||||
<div class="layout">
|
||||
<aside class="sidebar">
|
||||
<!-- <div class="header">NOCLIP</div> -->
|
||||
<input id="destroyer-of-navs" class="collapse-toggle" type="checkbox">
|
||||
<label for="destroyer-of-navs" class="header collapse-label" tabindex="0">{[0]s}</label>
|
||||
<nav class="nav collapse-view">
|
Reference in New Issue
Block a user