Compare commits
No commits in common. "8af083da0d91080dc85d5c5648707c178a59e93a" and "1c0c9e5e7fcd88da43f6d0c9504ae652ee172475" have entirely different histories.
8af083da0d
...
1c0c9e5e7f
2 changed files with 2 additions and 2 deletions
|
@ -69,7 +69,7 @@ td:not([align]), th:not([align]) {
|
||||||
}
|
}
|
||||||
|
|
||||||
html {
|
html {
|
||||||
line-height: 1.5;
|
line-height: 1.4;
|
||||||
}
|
}
|
||||||
|
|
||||||
body {
|
body {
|
||||||
|
|
|
@ -17,7 +17,7 @@
|
||||||
{{ end }}
|
{{ end }}
|
||||||
</div>
|
</div>
|
||||||
<div class="rightcolumn">
|
<div class="rightcolumn">
|
||||||
{{ if in .Page.Site.Params.sandpointsMentionedIn (substr $currentDir 0 -1) }}
|
{{ if in .Page.Site.Params.mentionedIn (substr $currentDir 0 -1) }}
|
||||||
<div class="has">
|
<div class="has">
|
||||||
{{ with $scratch.backlinks }}
|
{{ with $scratch.backlinks }}
|
||||||
<span class="sup">mentioned in⁄</span>
|
<span class="sup">mentioned in⁄</span>
|
||||||
|
|
Loading…
Add table
Reference in a new issue