Update site for PVC
This commit is contained in:
@ -7,7 +7,7 @@
|
||||
<div id="site-head-content" class="inner">
|
||||
|
||||
{{ if .Site.Params.logo }} <a id="blog-logo" href="{{ .Site.BaseURL }}"><img src="{{ .Site.Params.logo }}" alt="Blog Logo" /></a>{{ end }}
|
||||
<h1 class="blog-title">{{ .Site.Title}}</h1>
|
||||
<br/>
|
||||
{{ if .Site.Params.description }}<h2 class="blog-description">{{ .Site.Params.description }}</h2> {{ else }}
|
||||
<h2 class="blog-description">Power puff girls</h2>
|
||||
{{ end }}
|
||||
|
@ -22,8 +22,7 @@
|
||||
</div>
|
||||
<div class="inner">
|
||||
<section >
|
||||
Proudly published with <a class="i-ghost" href="http://gohugo.io">Hugo</a>. <a href="http://ghostscroll.grmmph.com/">HugoScroll</a> theme by <a href="http://fredrikloch.me">Fredrik</a>.<br>
|
||||
Copyright ©2016 <a href="https://www.boniface.me">Joshua Boniface</a>. A <a href="https://www.bonifacelabs.ca">Boniface Labs</a> service.<br>
|
||||
Copyright ©2018-2024 <a href="https://www.boniface.me">Joshua M. Boniface</a>. <a class="i-ghost" href="http://gohugo.io">Hugo</a> <a href="http://ghostscroll.grmmph.com/">Theme</a> by <a href="http://fredrikloch.me">Fredrik</a>.<br>
|
||||
Released under a Creative-Commons Attribution-ShareAlike 4.0 license. Some rights reserved.
|
||||
</section>
|
||||
</div>
|
||||
|
@ -7,7 +7,7 @@
|
||||
|
||||
<!-- Enable responsiveness on mobile devices-->
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1.0, maximum-scale=1">
|
||||
<title> {{ .Title }} · {{ .Site.Title }} </title>
|
||||
<title> {{ .Title }} </title>
|
||||
|
||||
<meta name="HandheldFriendly" content="True" />
|
||||
<meta name="MobileOptimized" content="320" />
|
||||
|
@ -7,8 +7,8 @@
|
||||
|
||||
<header class="post-header">
|
||||
<a id="blog-logo" href="{{ .Site.BaseURL}}">
|
||||
{{ if .Site.Params.logo }}
|
||||
<a id="blog-logo" href="{{ .Site.BaseURL}}"><img src="{{ .Site.Params.logo }}" alt="Blog Logo" /></a>
|
||||
{{ if .Site.Params.logo_later }}
|
||||
<a id="blog-logo" href="{{ .Site.BaseURL}}"><img src="{{ .Site.Params.logo_later }}" alt="Blog Logo" /></a>
|
||||
{{else}}
|
||||
{{ .Site.Title }}
|
||||
{{ end }}
|
||||
|
@ -2053,7 +2053,7 @@ ul li {
|
||||
margin-bottom: 0rem;
|
||||
text-align: center;
|
||||
color: #fef6eb;
|
||||
background: #525564 no-repeat center center;
|
||||
background: #333333 no-repeat center center;
|
||||
background-size: cover; }
|
||||
|
||||
#blog-logo img {
|
||||
@ -2087,11 +2087,11 @@ ul li {
|
||||
.post-holder {
|
||||
width: 100%;
|
||||
height: 100%;
|
||||
background: #74828f;
|
||||
background: #555555;
|
||||
position: relative; }
|
||||
|
||||
.oneOff {
|
||||
background: #525564;
|
||||
background: #333333;
|
||||
color: #fef6eb; }
|
||||
|
||||
/* Every post, on every page, gets this style on its <article> tag */
|
||||
@ -2337,7 +2337,7 @@ a.fn-item.active {
|
||||
line-height: 1.5em;
|
||||
color: #fef6eb;
|
||||
text-align: center;
|
||||
background: #74828f; }
|
||||
background: #555555; }
|
||||
|
||||
/* The subscribe icon on the footer */
|
||||
.subscribe {
|
||||
|
Reference in New Issue
Block a user