Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/mmrath/hugo-bootstrap.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMurali <murali@mmrath.com>2019-06-01 10:22:01 +0300
committerGitHub <noreply@github.com>2019-06-01 10:22:01 +0300
commitac4c4d34e360250ceca2eb70462afdc4df6919ad (patch)
tree08d05317232c2ee4ad738674470cca44a1f067f9 /layouts/partials/head.html
parent4a7fb5a8e2eb1bb2b1230917b17e92fa47a16a45 (diff)
Medium clone (#23)
* Medium like look and feel * discuss comment count * minor changes * misc changes * layout changes for recents * theme changes * theme changes * font size * add headings * font change * minor change to title * theme change * remove justify * font size normalization * font again * themeing changes * upgrade bootstrap
Diffstat (limited to 'layouts/partials/head.html')
-rw-r--r--layouts/partials/head.html7
1 files changed, 2 insertions, 5 deletions
diff --git a/layouts/partials/head.html b/layouts/partials/head.html
index 34ed569..fb90781 100644
--- a/layouts/partials/head.html
+++ b/layouts/partials/head.html
@@ -2,13 +2,10 @@
<html class="no-js">
<head>
<meta http-equiv="content-type" content="text/html; charset=utf-8">
- <title>{{ .Title }} {{ if ne .Title .Site.Title }} &middot; {{ .Site.Title }}{{ end }}</title>
+ <title>{{ .Title }}</title>
{{ partial "base/metas" . }}
-
- <link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/twitter-bootstrap/4.0.0-beta.2/css/bootstrap.min.css" integrity="sha256-QUyqZrt5vIjBumoqQV0jM8CgGqscFfdGhN+nVCqX0vc=" crossorigin="anonymous" />
+ <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/4.0.0/css/bootstrap.min.css" integrity="sha384-Gn5384xqQ1aoWXA+058RXPxPg6fy4IWvTNh0E263XmFcJlSAwiGgFAW/dAiS6JXm" crossorigin="anonymous">
<link rel="stylesheet" href="https://cdnjs.cloudflare.com/ajax/libs/font-awesome/4.7.0/css/font-awesome.min.css" integrity="sha256-eZrrJcwDc/3uDhsdt61sL2oOBY362qM3lon1gyExkL0=" crossorigin="anonymous" />
-
-
<link rel="stylesheet" href="{{ "assets/css/style.css" | relURL }}">
<link rel="stylesheet" href="{{ "assets/css/tomorrow-night.css" | relURL }}">