print dimensions fixed
This commit is contained in:
parent
8541ff03c0
commit
315a7684a5
6 changed files with 15 additions and 8 deletions
|
@ -15,5 +15,6 @@
|
|||
"note": "notes",
|
||||
"annex": "annexes",
|
||||
"author": "authors",
|
||||
"editor": "editors"
|
||||
"editor": "editors",
|
||||
"contributor": "contributors"
|
||||
}
|
||||
|
|
|
@ -7,7 +7,7 @@
|
|||
{{ end }}
|
||||
{{ $currentFile := (printf "/%s" .File) }}
|
||||
|
||||
<div class="coretitle"><span class="supt">Sitemap⁄{{ substr $.Site.Title 0 1 }}</span>{{ substr $.Site.Title 1 }} ({{ $currentDir }})</div>
|
||||
<div class="coretitle"><span class="supt">Sitemap⁄{{ substr $.Site.Title 0 1 }}</span>{{ substr $.Site.Title 1 }} {{with $currentDir}}({{ . }}){{ end }}</div>
|
||||
|
||||
{{ $s := partialCached "scratch.html" . }}
|
||||
{{ $noTriad := (slice) }}
|
||||
|
|
|
@ -1,13 +1,13 @@
|
|||
@page {
|
||||
size: 156mm 234mm;
|
||||
size: 6.14in 9.21in;
|
||||
margin-bottom: 0.8in;
|
||||
padding-bottom: 0.2in;
|
||||
margin-top: 0.7in;
|
||||
}
|
||||
|
||||
@page:left {
|
||||
margin-right: 0.7in;
|
||||
margin-left: 1in;
|
||||
margin-right: 0.6in;
|
||||
margin-left: 1.1in;
|
||||
@bottom-left-corner {
|
||||
content: counter(page);
|
||||
font-size: 1rem;
|
||||
|
@ -21,8 +21,8 @@
|
|||
}
|
||||
|
||||
@page:right {
|
||||
margin-left: 0.7in;
|
||||
margin-right: 1in;
|
||||
margin-left: 0.6in;
|
||||
margin-right: 1.1in;
|
||||
@bottom-right-corner {
|
||||
content: counter(page);
|
||||
font-size: 1rem;
|
||||
|
|
|
@ -1 +1 @@
|
|||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210211021211-8674473d0c45
|
||||
# git.sandpoints.org/Drawwell/SandpointsTheme v0.0.0-20210219121445-3e058b4ebb35
|
||||
|
|
3
content/_index.md
Normal file
3
content/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: "Root"
|
||||
---
|
3
content/print/_index.md
Normal file
3
content/print/_index.md
Normal file
|
@ -0,0 +1,3 @@
|
|||
---
|
||||
title: "List of print pages"
|
||||
---
|
Loading…
Add table
Reference in a new issue