10 lines
435 B
Plaintext
10 lines
435 B
Plaintext
|
head
|
||
|
meta(charset='utf-8')
|
||
|
meta(http-equiv='X-UA-Compatible' content='IE=edge')
|
||
|
meta(name='viewport' content='width=device-width, initial-scale=1')
|
||
|
title: block title
|
||
|
link(rel='stylesheet' href='/style.css')
|
||
|
link(rel='canonical' href=config.url + url_for(page.path.replace('index.html', '')))
|
||
|
if is_home()
|
||
|
link(rel='alternate' type='application/rss+xml' title=config.title href=config.url + config.root + 'feed.xml')
|