@@ -5,7 +5,7 @@
|
|||||||
{{- partial "header.html" . -}}
|
{{- partial "header.html" . -}}
|
||||||
<main id="content">
|
<main id="content">
|
||||||
{{- block "main" . }}{{- end }}
|
{{- block "main" . }}{{- end }}
|
||||||
</main>
|
|
||||||
{{- partial "footer.html" . -}}
|
{{- partial "footer.html" . -}}
|
||||||
|
</main>
|
||||||
</body>
|
</body>
|
||||||
</html>
|
</html>
|
||||||
|
|||||||
@@ -1,6 +1,5 @@
|
|||||||
<footer class="footer">
|
<footer class="footer">
|
||||||
<span>© {{ now.Year }} {{ .Site.Params.Footer}}</span>
|
<span>© {{ now.Year }} {{ .Site.Params.Footer}}</span>
|
||||||
<br>
|
|
||||||
<span>
|
<span>
|
||||||
Made with ❤️ using <a href="https://github.com/526avijitgupta/gokarna">Gokarna</a>
|
Made with ❤️ using <a href="https://github.com/526avijitgupta/gokarna">Gokarna</a>
|
||||||
</span>
|
</span>
|
||||||
|
|||||||
@@ -10,8 +10,8 @@ pre {
|
|||||||
color: #e2e2e2 !important;
|
color: #e2e2e2 !important;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a {
|
.footer {
|
||||||
color: #e2e2e2 !important;
|
border-top-color: #333;
|
||||||
}
|
}
|
||||||
|
|
||||||
/* TODO: Check if this is needed or not */
|
/* TODO: Check if this is needed or not */
|
||||||
|
|||||||
@@ -9,7 +9,6 @@ html {
|
|||||||
background-color: rgb(255, 255, 255);
|
background-color: rgb(255, 255, 255);
|
||||||
box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px 0px;
|
box-shadow: rgba(0, 0, 0, 0.5) 0px 1px 2px 0px;
|
||||||
color: black;
|
color: black;
|
||||||
font-family: "Ubuntu", sans-serif;
|
|
||||||
font-size: 1.04rem;
|
font-size: 1.04rem;
|
||||||
height: 70px;
|
height: 70px;
|
||||||
left: 0;
|
left: 0;
|
||||||
@@ -98,16 +97,29 @@ html {
|
|||||||
|
|
||||||
/* FOOTER */
|
/* FOOTER */
|
||||||
.footer {
|
.footer {
|
||||||
|
border-top: 1px solid #eee;
|
||||||
|
color: inherit;
|
||||||
|
margin-top: 50px;
|
||||||
|
padding: 40px 0;
|
||||||
text-align: center;
|
text-align: center;
|
||||||
}
|
}
|
||||||
|
|
||||||
.footer a {
|
.footer span {
|
||||||
font-family: "Ubuntu", sans-serif;
|
display: block;
|
||||||
color: #000000;
|
font-size: 0.9rem;
|
||||||
|
padding: 1px 0;
|
||||||
|
}
|
||||||
|
|
||||||
|
.footer span a {
|
||||||
|
color: inherit;
|
||||||
}
|
}
|
||||||
|
|
||||||
/** COMMON **/
|
/** COMMON **/
|
||||||
|
|
||||||
|
.header .footer {
|
||||||
|
font-family: "Ubuntu", sans-serif;
|
||||||
|
}
|
||||||
|
|
||||||
/* ICONS */
|
/* ICONS */
|
||||||
.feather {
|
.feather {
|
||||||
height: 20px;
|
height: 20px;
|
||||||
|
|||||||
Reference in New Issue
Block a user