forked from groupoid/groupoid.space
-
Notifications
You must be signed in to change notification settings - Fork 0
/
Copy pathlayout.pug
40 lines (38 loc) · 1.74 KB
/
layout.pug
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
23
24
25
26
27
28
29
30
31
32
33
34
35
36
37
38
39
40
mixin header(logo, title, subtitle)
header.header
a(href='//groupoid.space/')
<!-- img.header__logo(src=logo) -->
.header__titles
h1.header__title!= title
h4.header__subtitle!= subtitle
doctype html
html
head
meta(charset='utf-8')
meta(http-equiv='x-ua-compatible' content='ie=edge')
meta(name='viewport' content='width=device-width, initial-scale=1')
meta(name='author' content='Maxim Sokhatsky')
meta(name='twitter:card' content='summary_large_image')
meta(name='twitter:site' content='@5HT')
meta(name='twitter:creator' content='@5HT')
meta(name='twitter:image' content='https://groupoid.space/card2.png?v=1')
meta(property='og:title' content='Groupoid Infinity')
meta(property='og:image' content='https://groupoid.space/card2.png?v=1')
meta(property='og:type' content='website')
meta(property='fb:app_id' content='118554188236439')
meta(property='og:url' content='https://groupoid.space')
meta(property='og:description' content='The Language of Space')
link(rel='stylesheet' href='https://groupoid.space/main.css?v=10')
block title
title default
body.content
block vars
block content
footer.footer
img.footer__logo(src='https://longchenpa.guru/seal.png',width=50)
span.footer__copy 2016—2019 © <a href="//groupoid.space/team.html" style="color:white;">Groupoid Infinity</a>
if hopf
script(src='bundle.js')
else
script(src='https://groupoid.space/bundle.js')
script(src='https://groupoid.space/highlight.js?v=9')