diff --git a/archetypes/default.md b/archetypes/default.md new file mode 100644 index 0000000..ac36e06 --- /dev/null +++ b/archetypes/default.md @@ -0,0 +1,2 @@ ++++ ++++ diff --git a/exampleSite/config.toml b/exampleSite/config.toml index 61266bc..054aa78 100644 --- a/exampleSite/config.toml +++ b/exampleSite/config.toml @@ -19,7 +19,7 @@ blog = "blog/:slug/" author = "Arthur Dent" # gravatar = "" # do not use in the same time as Avatar # avatar = "" # path to image in static dir e.g img/avatar.png (do not use in the same time as Gravatar) -cachebuster = true +# cachebuster = false # FIXME: See issue #32. dateform = "Jan 2, 2006" dateformfull = "Mon Jan 2 2006 15:04:05 MST" description = "Don't panic" diff --git a/layouts/partials/head_includes.html b/layouts/partials/head_includes.html index 55c4864..5c9cbf2 100644 --- a/layouts/partials/head_includes.html +++ b/layouts/partials/head_includes.html @@ -14,9 +14,6 @@ {{ end }} - -{{ if eq true .Site.Params.cachebuster }} - @@ -25,18 +22,6 @@ {{end}} -{{ else }} - - - - - -{{range .Site.Params.extracssfiles}} - -{{end}} - -{{ end }} - + {{ if .Site.Params.description }}{{ end }} diff --git a/static/css/main.css b/static/css/main.css index 19c951c..db156df 100644 --- a/static/css/main.css +++ b/static/css/main.css @@ -593,7 +593,7 @@ section.main .content .markdown h5, section.main .content .markdown h6 { font-size: 22px; letter-spacing: -0.005rem; - font-weight: 800; + font-weight: 700; -moz-osx-font-smoothing: grayscale; -webkit-font-smoothing: antialiased; font-smoothing: antialiased; @@ -619,7 +619,6 @@ section.main .content .markdown h6 { font-size: 1rem; margin-bottom: 1rem; letter-spacing: none; - text-transform: none; } section.main .content .markdown code, section.main .content .markdown pre {