Skip to content

Commit 938b22e

Browse files
committed
Minor fixes
1 parent c3a5047 commit 938b22e

File tree

4 files changed

+1
-12
lines changed

4 files changed

+1
-12
lines changed

Gemfile

-4
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,3 @@ group :jekyll_plugins do
88
gem 'jemoji'
99
gem 'unicode_utils'
1010
end
11-
# group :bootstrap do
12-
# gem 'bootstrap'
13-
# gem 'material-sass'
14-
# end

_config.yml

+1
Original file line numberDiff line numberDiff line change
@@ -31,6 +31,7 @@ footer_fixed: true
3131
# preview image as the value of og_image.
3232
serve_og_meta: false # Include Open Graph meta tags in the HTML head
3333
og_image: # The site-wide (default for all links) Open Graph preview image
34+
3435
# -----------------------------------------------------------------------------
3536
# Social integration
3637
# -----------------------------------------------------------------------------

_sass/_base.scss

-6
Original file line numberDiff line numberDiff line change
@@ -246,12 +246,6 @@ footer.sticky-bottom {
246246
}
247247
}
248248

249-
// Post
250-
251-
.post .post-header .post-description {
252-
font-style: italic;
253-
}
254-
255249

256250
// Publications
257251

assets/css/main.scss

-2
Original file line numberDiff line numberDiff line change
@@ -3,8 +3,6 @@
33
---
44
@charset "utf-8";
55

6-
// @import "material";
7-
86
@import
97
"variables",
108
"layout",

0 commit comments

Comments
 (0)