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",
|
"note": "notes",
|
||||||
"annex": "annexes",
|
"annex": "annexes",
|
||||||
"author": "authors",
|
"author": "authors",
|
||||||
"editor": "editors"
|
"editor": "editors",
|
||||||
|
"contributor": "contributors"
|
||||||
}
|
}
|
||||||
|
|
|
@ -7,7 +7,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
{{ $currentFile := (printf "/%s" .File) }}
|
{{ $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" . }}
|
{{ $s := partialCached "scratch.html" . }}
|
||||||
{{ $noTriad := (slice) }}
|
{{ $noTriad := (slice) }}
|
||||||
|
|
|
@ -1,13 +1,13 @@
|
||||||
@page {
|
@page {
|
||||||
size: 156mm 234mm;
|
size: 6.14in 9.21in;
|
||||||
margin-bottom: 0.8in;
|
margin-bottom: 0.8in;
|
||||||
padding-bottom: 0.2in;
|
padding-bottom: 0.2in;
|
||||||
margin-top: 0.7in;
|
margin-top: 0.7in;
|
||||||
}
|
}
|
||||||
|
|
||||||
@page:left {
|
@page:left {
|
||||||
margin-right: 0.7in;
|
margin-right: 0.6in;
|
||||||
margin-left: 1in;
|
margin-left: 1.1in;
|
||||||
@bottom-left-corner {
|
@bottom-left-corner {
|
||||||
content: counter(page);
|
content: counter(page);
|
||||||
font-size: 1rem;
|
font-size: 1rem;
|
||||||
|
@ -21,8 +21,8 @@
|
||||||
}
|
}
|
||||||
|
|
||||||
@page:right {
|
@page:right {
|
||||||
margin-left: 0.7in;
|
margin-left: 0.6in;
|
||||||
margin-right: 1in;
|
margin-right: 1.1in;
|
||||||
@bottom-right-corner {
|
@bottom-right-corner {
|
||||||
content: counter(page);
|
content: counter(page);
|
||||||
font-size: 1rem;
|
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