bitbadger.solutions-blog-theme/themes/mantraish/layout/_partial/head.pug
Daniel J. Summers 67dcb2f77c Initial import
brought over all the files from the Jekyll version, fixed categories,
reformatted for different markdown processor
2017-09-02 11:49:59 -05:00

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')