Add Papermod themes and rename posts to blog
This commit is contained in:
parent
0acdd6d467
commit
e01b7dedc1
43 changed files with 9 additions and 5 deletions
|
@ -2,6 +2,7 @@
|
|||
<html lang="{{ site.Language }}" dir="{{ .Language.LanguageDirection | default "auto" }}">
|
||||
|
||||
<head>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1, shrink-to-fit=no">
|
||||
<style>
|
||||
.main-screen {
|
||||
box-sizing: border-box;
|
||||
|
@ -29,6 +30,7 @@
|
|||
.main-content {
|
||||
position: relative;
|
||||
flex-grow: 2;
|
||||
width: 100%;
|
||||
max-width: 750px;
|
||||
}
|
||||
|
||||
|
@ -73,7 +75,7 @@
|
|||
<h1 class="site-title">{{ .Title }}</h1>
|
||||
{{ .Content }}
|
||||
<div class="icon-row">
|
||||
<a class="icon-item" href="/posts">
|
||||
<a class="icon-item" href="/blog">
|
||||
<img src="/icon_work.webp" alt="Work icon by Shar"></img>
|
||||
<span>Blog</span>
|
||||
</a>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue