This commit is contained in:
@@ -4,7 +4,7 @@
|
||||
.date {
|
||||
font-size: 0.9em;
|
||||
}
|
||||
|
||||
|
||||
.title h3{
|
||||
margin-top: 0;
|
||||
}
|
||||
@@ -22,4 +22,4 @@
|
||||
</a>
|
||||
</div>
|
||||
</div>
|
||||
</body>
|
||||
</body>
|
||||
|
||||
@@ -2,7 +2,7 @@
|
||||
<channel>
|
||||
<title :text="$site.title"></title>
|
||||
<link :text="$site.host_url"></link>
|
||||
<description :text="$site.title.suffix(' - Devlog')"></description>
|
||||
<description :text="$site.title.suffix(' - Microblog')"></description>
|
||||
<generator>Zine -- https://zine-ssg.io</generator>
|
||||
<language>en-US</language>
|
||||
<lastBuildDate :text="$build.generated.formatHTTP()"></lastBuildDate>
|
||||
@@ -18,19 +18,15 @@
|
||||
<nav>
|
||||
<a href="$site.page('').link()">Home</a>
|
||||
•
|
||||
<a href="$site.page('about').link()">About</a>
|
||||
•
|
||||
<a href="$site.page('blog').link()">Blog</a>
|
||||
<ctx :if="$site.page('devlog').subpages().first?()">
|
||||
<ctx :if="$site.page('microblog').subpages().first?()">
|
||||
•
|
||||
<a href="$if.link()">Devlog</a>
|
||||
<a href="$if.link()">Microblog</a>
|
||||
</ctx>
|
||||
</nav>
|
||||
<super>
|
||||
<footer>
|
||||
<hr>
|
||||
<h5>SITE UNDER CONSTRUCTION</h5>
|
||||
<img src="$site.asset('under-construction.gif').link()" width=90>
|
||||
</footer>
|
||||
</body>
|
||||
</html>
|
||||
</html>
|
||||
|
||||
Reference in New Issue
Block a user