Skip to content

Commit

Permalink
trying a different style
Browse files Browse the repository at this point in the history
  • Loading branch information
TangentFoxy committed Sep 6, 2016
1 parent c6fc207 commit 7e4c99c
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions blog.moon
Expand Up @@ -22,7 +22,7 @@ class extends lapis.Application
@html ->
link rel: "stylesheet", href: @build_url "static/css/blog.css"
script src: @build_url "static/js/marked.min.js"
link rel: "stylesheet", href: @build_url "static/highlight/styles/solarized-dark.css"
link rel: "stylesheet", href: @build_url "static/highlight/styles/school-book.css"
script src: @build_url "static/highlight/highlight.pack.js"
script -> raw "marked.setOptions({ highlight: function(code) { return hljs.highlightAuto(code).value; } });"
if page > 1
Expand Down Expand Up @@ -68,7 +68,7 @@ class extends lapis.Application
@title = post.title
@html ->
script src: @build_url "static/js/marked.min.js"
link rel: "stylesheet", href: @build_url "static/highlight/styles/solarized-dark.css"
link rel: "stylesheet", href: @build_url "static/highlight/styles/school-book.css"
script src: @build_url "static/highlight/highlight.pack.js"
script -> raw "marked.setOptions({ highlight: function(code) { return hljs.highlightAuto(code).value; } });"
--TODO some sort of back button that returns to the correct page in blog_index
Expand Down

0 comments on commit 7e4c99c

Please sign in to comment.