mirror of
https://git.adityakumar.xyz/blog.git
synced 2024-11-09 10:59:45 +00:00
adjust footer
This commit is contained in:
parent
830f0d87e9
commit
da0c30d423
7 changed files with 22 additions and 1193 deletions
|
@ -6,5 +6,6 @@
|
||||||
margin-top: $footer-margin-top;
|
margin-top: $footer-margin-top;
|
||||||
|
|
||||||
@import "_footer/social";
|
@import "_footer/social";
|
||||||
|
@import "_footer/source";
|
||||||
@import "_footer/copyright";
|
@import "_footer/copyright";
|
||||||
}
|
}
|
|
@ -8,6 +8,10 @@
|
||||||
text-align: center;
|
text-align: center;
|
||||||
font-family: $global-serif-font-family;
|
font-family: $global-serif-font-family;
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: $theme-color;
|
||||||
|
}
|
||||||
|
|
||||||
.hexo-link,
|
.hexo-link,
|
||||||
.theme-link {
|
.theme-link {
|
||||||
color: $theme-color;
|
color: $theme-color;
|
||||||
|
|
13
assets/sass/_partial/_footer/_source.scss
Normal file
13
assets/sass/_partial/_footer/_source.scss
Normal file
|
@ -0,0 +1,13 @@
|
||||||
|
// ======================
|
||||||
|
// View source
|
||||||
|
// ======================
|
||||||
|
.source {
|
||||||
|
margin: $copyright-margin;
|
||||||
|
color: $dark-gray;
|
||||||
|
text-align: center;
|
||||||
|
font-family: $global-serif-font-family;
|
||||||
|
|
||||||
|
a:hover {
|
||||||
|
color: $theme-color;
|
||||||
|
}
|
||||||
|
}
|
File diff suppressed because it is too large
Load diff
|
@ -1,43 +0,0 @@
|
||||||
---
|
|
||||||
title: "Wow"
|
|
||||||
date: 2022-03-11T07:22:33+05:30
|
|
||||||
lastmod: 2022-03-11T07:22:33+05:30
|
|
||||||
draft: false
|
|
||||||
keywords: []
|
|
||||||
description: ""
|
|
||||||
tags: []
|
|
||||||
categories: []
|
|
||||||
author: ""
|
|
||||||
|
|
||||||
# You can also close(false) or open(true) something for this content.
|
|
||||||
# P.S. comment can only be closed
|
|
||||||
comment: false
|
|
||||||
toc: false
|
|
||||||
autoCollapseToc: false
|
|
||||||
postMetaInFooter: false
|
|
||||||
hiddenFromHomePage: false
|
|
||||||
# You can also define another contentCopyright. e.g. contentCopyright: "This is another copyright."
|
|
||||||
contentCopyright: false
|
|
||||||
reward: false
|
|
||||||
mathjax: false
|
|
||||||
mathjaxEnableSingleDollar: false
|
|
||||||
mathjaxEnableAutoNumber: false
|
|
||||||
|
|
||||||
# You unlisted posts you might want not want the header or footer to show
|
|
||||||
hideHeaderAndFooter: false
|
|
||||||
|
|
||||||
# You can enable or disable out-of-date content warning for individual post.
|
|
||||||
# Comment this out to use the global config.
|
|
||||||
#enableOutdatedInfoWarning: false
|
|
||||||
|
|
||||||
flowchartDiagrams:
|
|
||||||
enable: false
|
|
||||||
options: ""
|
|
||||||
|
|
||||||
sequenceDiagrams:
|
|
||||||
enable: false
|
|
||||||
options: ""
|
|
||||||
|
|
||||||
---
|
|
||||||
Some stuff ( ^-^)/
|
|
||||||
<!--more-->
|
|
|
@ -40,6 +40,10 @@
|
||||||
</div>
|
</div>
|
||||||
{{- end }}
|
{{- end }}
|
||||||
|
|
||||||
|
<span class="source">
|
||||||
|
<br>
|
||||||
|
<a href="https://banyan.divineduty.xyz/GNUxeava/divine-chronicles">View source</a>
|
||||||
|
</span>
|
||||||
<span class="copyright-year">
|
<span class="copyright-year">
|
||||||
{{- $current := now.Format "2006" }}
|
{{- $current := now.Format "2006" }}
|
||||||
©
|
©
|
||||||
|
|
Loading…
Reference in a new issue