From 883431442d07050c8ba4a69b536a2a7ef32b6e53 Mon Sep 17 00:00:00 2001 From: Anthony Fok Date: Mon, 21 Dec 2015 12:04:11 -0700 Subject: [PATCH] Docs: Rename bootstrap-theme.css to bootstrap-gohugo.css MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit because our bootstrap-theme.css was originally a customized core bootstrap.css file from Bootstrap v3.0.0. This rename helps to avoid confusion with Bootstrap’s official bootstrap-theme.css files. --- docs/layouts/index.html | 2 +- docs/layouts/partials/header.html | 2 +- docs/static/css/{bootstrap-theme.css => bootstrap-gohugo.css} | 0 3 files changed, 2 insertions(+), 2 deletions(-) rename docs/static/css/{bootstrap-theme.css => bootstrap-gohugo.css} (100%) diff --git a/docs/layouts/index.html b/docs/layouts/index.html index 8a11adbe1..7182b8a9f 100644 --- a/docs/layouts/index.html +++ b/docs/layouts/index.html @@ -9,7 +9,7 @@ Hugo :: A fast and modern static website engine - + diff --git a/docs/layouts/partials/header.html b/docs/layouts/partials/header.html index 58922fb82..08884a743 100644 --- a/docs/layouts/partials/header.html +++ b/docs/layouts/partials/header.html @@ -10,7 +10,7 @@ {{ .Scratch.Add "title" "" }}{{ if isset .Site.Data.titles .Title }}{{ .Scratch.Set "title" (index .Site.Data.titles .Title).title }}{{ else }}{{ .Scratch.Set "title" .Title}}{{end}} Hugo - {{ .Scratch.Get "title" }} - + diff --git a/docs/static/css/bootstrap-theme.css b/docs/static/css/bootstrap-gohugo.css similarity index 100% rename from docs/static/css/bootstrap-theme.css rename to docs/static/css/bootstrap-gohugo.css