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

github.com/shenoybr/hugo-goa.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorMarius <xaner4@users.noreply.github.com>2020-09-27 22:50:21 +0300
committerGitHub <noreply@github.com>2020-09-27 22:50:21 +0300
commit077a55ee2661cc9a6f189ed366bb39ccc1f26882 (patch)
tree81a526a297621c8711b3f6f517c58397908106ec
parent80d795e0c47413530729ff14637286e5033e477e (diff)
Upgraded Bootstrap from 3.3.7 to 4.5.2 (#88)
Co-authored-by: Marius <marius-sol@pm.me> Co-authored-by: Rajesh Shenoy <shenoybr@users.noreply.github.com>
-rw-r--r--layouts/partials/avatar.html4
-rw-r--r--layouts/partials/content.html8
-rw-r--r--layouts/partials/error.html2
-rw-r--r--layouts/partials/header.html2
-rw-r--r--layouts/partials/info.html2
-rw-r--r--layouts/partials/li.html2
-rw-r--r--layouts/partials/main_menu.html2
-rw-r--r--layouts/partials/menu.html2
-rw-r--r--layouts/partials/social.html2
-rw-r--r--layouts/partials/sub_footer.html2
10 files changed, 14 insertions, 14 deletions
diff --git a/layouts/partials/avatar.html b/layouts/partials/avatar.html
index 49d9b7f..729cbf2 100644
--- a/layouts/partials/avatar.html
+++ b/layouts/partials/avatar.html
@@ -1,4 +1,4 @@
-<header class="row text-center header">
- {{ with .Site.Params.authorimage }} <img src="/img/{{ . }}" alt="Author Image" class="img-circle text-center headshot"> {{ end }}
+<header class="text-center header">
+ {{ with .Site.Params.authorimage }} <img src="/img/{{ . }}" alt="Author Image" class="rounded-circle text-center headshot"> {{ end }}
<h1 class="author">{{ .Site.Params.author }}</h1>
</header>
diff --git a/layouts/partials/content.html b/layouts/partials/content.html
index 26e35cb..784dd41 100644
--- a/layouts/partials/content.html
+++ b/layouts/partials/content.html
@@ -1,7 +1,7 @@
-<header class="row text-left title">
+<header class="text-left title">
<h1 class="title">{{ .Title }}</h1>
</header>
-<section id="category-pane" class="row meta">
+<section id="category-pane" class="meta">
{{ if ne .Params.showpagemeta false }}
<div class="col-md-12">
<h6 class="text-left meta">
@@ -20,7 +20,7 @@
</div>
{{ end }}
</section>
-<section id="content-pane" class="row">
+<section id="content-pane" class="">
<div class="col-md-12 text-justify content">
{{ if and ( ne .Params.toc false) (gt .WordCount 300 ) }}
{{ .TableOfContents }}
@@ -28,7 +28,7 @@
{{ .Content }}
</div>
</section>
-<section id="tag-pane" class="row meta">
+<section id="tag-pane" class="meta">
{{ if ne .Params.showpagemeta false }}
<div class="col-md-12">
<h6 class="text-right meta">
diff --git a/layouts/partials/error.html b/layouts/partials/error.html
index b79e2ae..36ced1f 100644
--- a/layouts/partials/error.html
+++ b/layouts/partials/error.html
@@ -1,4 +1,4 @@
-<section id="error-pane" class="row text-center error">
+<section id="error-pane" class="text-center error">
<h1 class="text-center">404</h1>
<p>Sorry! That page does not exist. It may have been removed or moved to a new section on the site. Click <a href="/">here</a> go back to the home page.</p>
</section>
diff --git a/layouts/partials/header.html b/layouts/partials/header.html
index 9e4b0c3..3a6e408 100644
--- a/layouts/partials/header.html
+++ b/layouts/partials/header.html
@@ -24,7 +24,7 @@
{{ end }}
<link rel="stylesheet" href="https://fonts.googleapis.com/css?family=Lato:300,400&family=Roboto+Slab:400,700&family=Roboto:300,300i,400,400i,500,500i,700,700i">
-<link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.7/css/bootstrap.min.css" integrity="sha384-BVYiiSIFeK1dGmJRAkycuHAHRg32OmUcww7on3RYdg4Va+PmSTsz/K68vbdEjh4u" crossorigin="anonymous">
+<link rel="stylesheet" href="https://stackpath.bootstrapcdn.com/bootstrap/4.5.2/css/bootstrap.min.css" integrity="sha384-JcKb8q3iqJ61gNV9KGb8thSsNjpSL0n8PARn9HuZOnIxN0hoP+VmmDGMN5t9UJ0Z" crossorigin="anonymous">
<link rel="stylesheet" href="https://use.fontawesome.com/releases/v5.8.2/css/all.css" integrity="sha384-oS3vJWv+0UjzBfQzYUhtDYW+Pj2yciDJxpsK1OYPAYjqT085Qq/1cq5FLXAZQ7Ay" crossorigin="anonymous">
<link rel="stylesheet" href="{{ "css/main.css" | absURL }}">
<link rel="stylesheet" href="{{ "css/custom.css" | absURL }}">
diff --git a/layouts/partials/info.html b/layouts/partials/info.html
index 414986d..8d5f501 100644
--- a/layouts/partials/info.html
+++ b/layouts/partials/info.html
@@ -1,4 +1,4 @@
-<section id="info-pane" class="row text-center info">
+<section id="info-pane" class="text-center info">
{{ with .Site.Params.intro }}
<h3 class="intro">{{ . | markdownify }}</h3>
{{ end }}
diff --git a/layouts/partials/li.html b/layouts/partials/li.html
index b413463..3372676 100644
--- a/layouts/partials/li.html
+++ b/layouts/partials/li.html
@@ -1,4 +1,4 @@
-<section id="list-pane" class="row list">
+<section id="list-pane" class="list">
<ul >
{{ range .Data.Pages.ByPublishDate.Reverse }}
<li class="list-entry">
diff --git a/layouts/partials/main_menu.html b/layouts/partials/main_menu.html
index 185ff95..7c466e0 100644
--- a/layouts/partials/main_menu.html
+++ b/layouts/partials/main_menu.html
@@ -1,4 +1,4 @@
-<section id="main-menu-pane" class="row text-center main-menu">
+<section id="main-menu-pane" class="text-center main-menu">
{{ range sort .Site.Menus.main }}
<h4><a class="menu-item" href="{{ .URL }}">{{ .Name | lower }}</a></h4>
{{ end }}
diff --git a/layouts/partials/menu.html b/layouts/partials/menu.html
index c9d95b5..a8f4f58 100644
--- a/layouts/partials/menu.html
+++ b/layouts/partials/menu.html
@@ -1,4 +1,4 @@
-<section id="menu-pane" class="row menu text-center">
+<section id="menu-pane" class="menu text-center">
{{ if not .IsNode }}
{{ with .PrevInSection }}
<span><a class="menu-item" href="{{ .Permalink }}">&lt; prev | </a></span>
diff --git a/layouts/partials/social.html b/layouts/partials/social.html
index 9060de7..5dd5cf1 100644
--- a/layouts/partials/social.html
+++ b/layouts/partials/social.html
@@ -1,4 +1,4 @@
-<section id="social-pane" class="row text-center social">
+<section id="social-pane" class="text-center social">
{{ with .Site.Params.social.twitter }}
<a href="https://twitter.com/{{.}}" aria-label="Twitter" target="_blank"><i class="fab fa-twitter" aria-hidden="true"></i></a>
{{ end }}
diff --git a/layouts/partials/sub_footer.html b/layouts/partials/sub_footer.html
index c3ed18a..82f97b8 100644
--- a/layouts/partials/sub_footer.html
+++ b/layouts/partials/sub_footer.html
@@ -1,4 +1,4 @@
-<footer class="row text-center footer">
+<footer class="text-center footer">
<hr />
{{ with .Site.Params.extra }}
<h6 class="text-center copyright">{{ .copyright | markdownify }}</h6>