From 883431442d07050c8ba4a69b536a2a7ef32b6e53 Mon Sep 17 00:00:00 2001
From: Anthony Fok <foka@debian.org>
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=utf8
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 8a11adbe..7182b8a9 100644
--- a/docs/layouts/index.html
+++ b/docs/layouts/index.html
@@ -9,7 +9,7 @@
     <title>Hugo :: A fast and modern static website engine</title>
 
     <!-- Bootstrap core CSS -->
-    <link href="/css/bootstrap-theme.css" rel="stylesheet">
+    <link href="/css/bootstrap-gohugo.css" rel="stylesheet">
 
     <link href='//fonts.googleapis.com/css?family=Arbutus+Slab%7CCabin:600%7CSource+Code+Pro' rel='stylesheet' type='text/css'>
     <!-- Add custom CSS here -->
diff --git a/docs/layouts/partials/header.html b/docs/layouts/partials/header.html
index 58922fb8..08884a74 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}}
     <title>Hugo - {{ .Scratch.Get "title" }}</title>
 
-    <link href="/css/bootstrap-theme.css" rel="stylesheet">
+    <link href="/css/bootstrap-gohugo.css" rel="stylesheet">
     <link href="/assets/font-awesome/css/font-awesome.min.css" rel="stylesheet" />
     <link href="/css/style.css" rel="stylesheet">
     <link href="/css/style-responsive.css" rel="stylesheet" />
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
-- 
2.30.2