aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorMatt Rude <[email protected]>2019-10-08 03:42:25 +0000
committerMatt Rude <[email protected]>2019-10-08 03:42:25 +0000
commitf105b573fce24717fea3f9f1267e31b0656a0438 (patch)
tree38a4529bcd6c962c18d57ff8d05338262d45ec93
parent1d0263d0003b5b24e49c98665864a9af5d59b3ab (diff)
downloadtherudes_com-f105b573fce24717fea3f9f1267e31b0656a0438.tar.gz
therudes_com-f105b573fce24717fea3f9f1267e31b0656a0438.tar.bz2
therudes_com-f105b573fce24717fea3f9f1267e31b0656a0438.zip
minor updates
-rw-r--r--_config.yml12
-rw-r--r--_includes/header.html2
-rw-r--r--_sass/custom.scss2
3 files changed, 8 insertions, 8 deletions
diff --git a/_config.yml b/_config.yml
index 90f380c..e2b800f 100644
--- a/_config.yml
+++ b/_config.yml
@@ -24,11 +24,11 @@ exclude:
- LICENSE
- README.md
-plugins:
-- jekyll-minifier
+#plugins:
+#- jekyll-minifier
#- jekyll-sitemap
-jekyll-minifier:
- exclude:
- - robots.txt
- - sitemap.xml
+#jekyll-minifier:
+# exclude:
+# - robots.txt
+# - sitemap.xml
diff --git a/_includes/header.html b/_includes/header.html
index 1aff4cc..139a947 100644
--- a/_includes/header.html
+++ b/_includes/header.html
@@ -13,7 +13,7 @@
<title>{{ site.name }}</title>
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css">
<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/font-awesome/4.7.0/css/font-awesome.min.css">
- <link href="{{ site.url }}/assets/css/custom.css" rel="stylesheet">
+ <link href="{{ site.url }}/assets/css/custom.css?{{ site.time | date: "%Y%m%d%H%M%s" }}" rel="stylesheet">
<link rel="shortcut icon" href="{{ site.url }}/assets/img/favicon.ico" type="image/x-icon" />
<!--[if lt IE 9]>
<script src="https://oss.maxcdn.com/html5shiv/3.7.2/html5shiv.min.js"></script>
diff --git a/_sass/custom.scss b/_sass/custom.scss
index 4929b4e..1b23d4e 100644
--- a/_sass/custom.scss
+++ b/_sass/custom.scss
@@ -6,7 +6,7 @@ body {
}
h1, h2 {
- margin-top: 2.5em;
+ padding-top: 2.5em;
}
h1 {