You can not select more than 25 topics Topics must start with a letter or number, can include dashes ('-') and can be up to 35 characters long.

29 lines
831 B

extends ../template_70s
block content
.container#top
.inner
h2(style='font-size: 26pt; padding-top: 20px') Garrett Mills
ul.inline-nav
li
a.button(href=named('home')) Home
li
a.button(href=route('/markmark')) About MarkMark
li
a.button(href=route('/links')) My Bookmarks
section#main !{contentHtml}
block append style
link(rel='stylesheet' href=asset('highlight/styles/' + themeRecord.highlightTheme + '.min.css'))
style.
h1 { font-size: 40pt; }
h2 { font-size: 30pt; }
h3 { font-size: 24pt; }
h4 { font-size: 18pt; }
block append script
script(src=asset('highlight/highlight.min.js'))
script.
hljs.highlightAll();