Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fix error load for gitment.css #109

Merged
merged 2 commits into from
Dec 27, 2019
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion layout/_partial/head.ejs
Original file line number Diff line number Diff line change
Expand Up @@ -20,7 +20,7 @@
<link href="//cdnjs.cloudflare.com/ajax/libs/highlight.js/9.12.0/styles/<%= theme.highlight %>.min.css" rel="stylesheet">
<%- css('css/style') %>
<% if (theme.comment === 'gitment') { %>
css('css/plugins/gitment.css')
<%- css('css/plugins/gitment.css') %>
<% } %>
<script src="//cdnjs.cloudflare.com/ajax/libs/jquery/3.2.1/jquery.min.js"></script>
<script src="//cdnjs.cloudflare.com/ajax/libs/geopattern/1.2.3/js/geopattern.min.js"></script>
Expand Down
3 changes: 2 additions & 1 deletion source/css/_partial/markdown.styl
Original file line number Diff line number Diff line change
Expand Up @@ -11,6 +11,7 @@
margin: 2px 0
p
line-height: 1.6em
padding: 8px 0px
code
background-color: color-background
color: color-orange
Expand Down Expand Up @@ -41,7 +42,7 @@
margin: .8em 0
blockquote
margin: 1em 0
padding: 15px 20px
padding: 0 20px
border-left: 4px solid color-primary
background: color-background
border-bottom-right-radius: 2px
Expand Down