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 }}
|
||||
|
Reference in New Issue
Block a user