edited post

This commit is contained in:
Morgan 2023-10-29 15:29:16 +09:00
parent 039d7763ef
commit 2365bc541e
2 changed files with 9 additions and 3 deletions

View File

@ -370,6 +370,12 @@ h6:hover .anchor {
border-radius: var(--radius); border-radius: var(--radius);
} }
.pag-back {
font-size: 18px;
color: var(--secondary);
text-transform: uppercase;
}
.paginav .title { .paginav .title {
letter-spacing: 1px; letter-spacing: 1px;
text-transform: uppercase; text-transform: uppercase;

View File

@ -36,9 +36,9 @@
<li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li> <li><a href="{{ .Permalink }}">{{ .LinkTitle }}</a></li>
{{- end }} {{- end }}
</ul> </ul>
<nav class="paginav"> <nav class="pag-back">
<a href="/" onclick="window.history()"> <a href="#" onclick="window.history.back()">
Go Back Back
</a> </a>
</nav> </nav>
<br/> <br/>