Minor fixes
This commit is contained in:
parent
c3a5047835
commit
938b22e132
4
Gemfile
4
Gemfile
@ -8,7 +8,3 @@ group :jekyll_plugins do
|
||||
gem 'jemoji'
|
||||
gem 'unicode_utils'
|
||||
end
|
||||
# group :bootstrap do
|
||||
# gem 'bootstrap'
|
||||
# gem 'material-sass'
|
||||
# end
|
||||
|
@ -31,6 +31,7 @@ footer_fixed: true
|
||||
# preview image as the value of og_image.
|
||||
serve_og_meta: false # Include Open Graph meta tags in the HTML head
|
||||
og_image: # The site-wide (default for all links) Open Graph preview image
|
||||
|
||||
# -----------------------------------------------------------------------------
|
||||
# Social integration
|
||||
# -----------------------------------------------------------------------------
|
||||
|
@ -246,12 +246,6 @@ footer.sticky-bottom {
|
||||
}
|
||||
}
|
||||
|
||||
// Post
|
||||
|
||||
.post .post-header .post-description {
|
||||
font-style: italic;
|
||||
}
|
||||
|
||||
|
||||
// Publications
|
||||
|
||||
|
@ -3,8 +3,6 @@
|
||||
---
|
||||
@charset "utf-8";
|
||||
|
||||
// @import "material";
|
||||
|
||||
@import
|
||||
"variables",
|
||||
"layout",
|
||||
|
Loading…
Reference in New Issue
Block a user