Bauke/tildes-issue-log
Bauke
/
tildes-issue-log
Archived
1
Fork 0
This repository has been archived on 2022-10-04. You can view files and clone it, but cannot push or open issues or pull requests.
tildes-issue-log/src/index.pug

65 lines
2.4 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")
//- NOTE: favicons are under "src/favicons" but in "public/" for build
link(rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png")
link(rel="apple-touch-icon" sizes="180x180" href="apple-touch-icon.png")
link(rel="icon" type="image/png" sizes="32x32" href="favicon-32x32.png")
link(rel="icon" type="image/png" sizes="16x16" href="favicon-16x16.png")
link(rel="manifest" href="site.webmanifest")
link(rel="mask-icon" href="safari-pinned-tab.svg" color="#282a36")
link(rel="shortcut icon" href="favicon.ico")
meta(name="msapplication-TileColor" content="#282a36")
meta(name="msapplication-config" content="browserconfig.xml")
meta(name="theme-color" content="#282a36")
body
div(id="wrapper")
h1 Tildes Issue Log
section(id="posts")
h1 Posts
article(class="post")
h2: a(href="posts/december-2018.html") December 2018
article(class="post")
h2: a(href="posts/november-2018.html") November 2018
article(class="post")
h2: a(href="posts/october-2018.html") October 2018
article(class="post")
h2: a(href="posts/september-2018.html") September 2018
article(class="post")
h2: a(href="posts/august-2018.html") August 2018
article(class="post")
h2: a(href="posts/july-2018.html") July 2018
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