Minor changes

This commit is contained in:
2016-10-21 22:10:05 +09:00
parent 8d4cc6439a
commit c8a3ec4b04
7 changed files with 37 additions and 7 deletions

2
pages/anime.pug Normal file
View File

@ -0,0 +1,2 @@
h1 {{.Title.Romaji}}
p {{.Description}}

8
pages/layout.pug Normal file
View File

@ -0,0 +1,8 @@
doctype html
html
head
title Test
link(href='/styles/base.css', rel='stylesheet')
link(href='/styles/layout.css', rel='stylesheet')
body
{{ yield }}