44 lines
1.3 KiB
Plaintext
44 lines
1.3 KiB
Plaintext
<!DOCTYPE html>
|
|
html(lang="en")
|
|
head
|
|
meta(name="viewport", content="width=device-width, initial-scale=1.0")
|
|
title Tildes Issue Log
|
|
link(rel="stylesheet", href="css/common.css")
|
|
link(rel="stylesheet", href="css/index.css")
|
|
//- TODO: add Roboto Condensed in src/fonts and import from there
|
|
link(rel="stylesheet", href="https://fonts.googleapis.com/css?family=Roboto+Condensed")
|
|
|
|
body
|
|
div(id="wrapper")
|
|
h1 Tildes Issue Log
|
|
|
|
section(id="posts")
|
|
h1 Posts
|
|
article(class="post")
|
|
h2: a(href="posts/june-2018.html") June 2018
|
|
article(class="post")
|
|
h2: a(href="posts/may-2018.html") May 2018
|
|
article(class="post")
|
|
h2: a(href="posts/template.html") Post Template (for devs/writers)
|
|
|
|
footer(id="footer")
|
|
h3: a(href="index.html") Home
|
|
h3: a(href="#") To Top
|
|
h3: a(href="https://tildes.net") Tildes
|
|
h3 Built with
|
|
|
|
|
|
|
|
a(href="https://pugjs.org") Pug
|
|
|
|
|
| and
|
|
|
|
|
a(href="https://sass-lang.com/") Sass
|
|
h3 Colors from
|
|
|
|
|
|
|
|
a(href="https://draculatheme.com") Dracula
|
|
h3 View the
|
|
|
|
|
|
|
|
a(href="https://gitlab.com/Bauke/tildes-issue-log") source
|