From b50c2a337647521dc006f7937986f99d5f60d8a8 Mon Sep 17 00:00:00 2001 From: Zachary Billman Date: Mon, 4 Apr 2022 22:26:03 -0400 Subject: [PATCH] Fixed shortcodes. --- layouts/shortcodes/div.html | 1539 +--------------------------- layouts/shortcodes/marginnote.html | 1516 +-------------------------- layouts/shortcodes/sidenote.html | 1516 +-------------------------- 3 files changed, 13 insertions(+), 4558 deletions(-) diff --git a/layouts/shortcodes/div.html b/layouts/shortcodes/div.html index 1addae0..2aaa0bd 100644 --- a/layouts/shortcodes/div.html +++ b/layouts/shortcodes/div.html @@ -1,1533 +1,8 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hugo-tufte/div.html at master · shawnohare/hugo-tufte · GitHub - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Skip to content - - - - - - - - - - -
- -
- - - - - - - -
- - - -
- - - - - - - - - - -
-
-
- - - - - - - - - - - - - -
- - - - - - -
- - -
- - - - - - -Permalink - -
- -
-
- - - master - - - - -
-
-
- Switch branches/tags - -
- - - -
- -
- -
- - -
- -
- - - - - - - - - - - - - - - - -
- - -
-
-
-
- -
- -
- - - Go to file - - -
- - - - - -
-
-
- - - - - - - - - -
- -
-
- - - -
- - - - - - - - - -
-
- - Latest commit - b9ec18d - Jan 1, 2016 - - - - - - History - - -
-
-
Add the epigraph shortcode.  This should complete the Tufte-CSS
-specific shortcodes.  Additionally, the section and div shortcodes
-were refactored for ease of use.
- -
- -
-
- - - 1 - - contributor - - -
- -

- Users who have contributed to this file -

-
- - - - - - -
-
-
-
- - - - - - - - -
- -
- - -
- - 8 lines (8 sloc) - - 236 Bytes -
- - - -
- -
-
- - - -
- - -
- - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
{{ $loc := .Get 0 }}
{{ if .IsNamedParams }}
<div {{with .Get "class"}} class="{{.}}"{{end}}{{with .Get "id"}} id="{{.}}"{{end}}>
{{ else if or (eq $loc "") (eq $loc "begin") }}
<div>
{{ else if eq $loc "end" }}
</div>
{{ end }}
-
- - - -
- -
- - - - -
- - -
- - -
-
- - -
- -
- - -
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - +{{ end }} diff --git a/layouts/shortcodes/marginnote.html b/layouts/shortcodes/marginnote.html index a04eb67..9de6d7b 100644 --- a/layouts/shortcodes/marginnote.html +++ b/layouts/shortcodes/marginnote.html @@ -1,1513 +1,3 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hugo-tufte/marginnote.html at master · shawnohare/hugo-tufte · GitHub - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Skip to content - - - - - - - - - - -
- -
- - - - - - - -
- - - -
- - - - - - - - - - -
-
-
- - - - - - - - - - - - - -
- - - - - - -
- - -
- - - - - - -Permalink - -
- -
-
- - - master - - - - -
-
-
- Switch branches/tags - -
- - - -
- -
- -
- - -
- -
- - - - - - - - - - - - - - - - -
- - -
-
-
-
- -
- -
- - - Go to file - - -
- - - - - -
-
-
- - - - - - - - - -
- -
-
- - @cwimmer - - -
- - Latest commit - e70a1f0 - Jan 31, 2021 - - - - - - History - - -
-
- -
- -
-
- - - 3 - - contributors - - -
- -

- Users who have contributed to this file -

-
- - - - - - -
-
- - - @shawnohare - - @jeremyf - - @cwimmer - - - -
-
- - - - - - - - -
- -
- - -
- - 3 lines (3 sloc) - - 316 Bytes -
- - - -
- -
-
- - - -
- - -
- - - - - - - - - - - - - - - - - -
{{ $marginnoteDomIdSuffix := .Ordinal }}<label for="marginnote-{{.Page.File.UniqueID}}-{{ $marginnoteDomIdSuffix }}" class="margin-toggle">&#8853;</label>
<input type="checkbox" id="marginnote-{{.Page.File.UniqueID}}-{{ $marginnoteDomIdSuffix }}" class="margin-toggle"/>
<span class="marginnote">{{ .Inner }}</span>
-
- - - -
- -
- - - - -
- - -
- - -
-
- - -
- -
- - -
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - +{{ $marginnoteDomIdSuffix := .Ordinal }} + +{{ .Inner }} diff --git a/layouts/shortcodes/sidenote.html b/layouts/shortcodes/sidenote.html index 61b29d1..22a9a66 100644 --- a/layouts/shortcodes/sidenote.html +++ b/layouts/shortcodes/sidenote.html @@ -1,1513 +1,3 @@ - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - hugo-tufte/sidenote.html at master · shawnohare/hugo-tufte · GitHub - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - - -
- Skip to content - - - - - - - - - - -
- -
- - - - - - - -
- - - -
- - - - - - - - - - -
-
-
- - - - - - - - - - - - - -
- - - - - - -
- - -
- - - - - - -Permalink - -
- -
-
- - - master - - - - -
-
-
- Switch branches/tags - -
- - - -
- -
- -
- - -
- -
- - - - - - - - - - - - - - - - -
- - -
-
-
-
- -
- -
- - - Go to file - - -
- - - - - -
-
-
- - - - - - - - - -
- -
-
- - @cwimmer - - -
- - Latest commit - e70a1f0 - Jan 31, 2021 - - - - - - History - - -
-
- -
- -
-
- - - 3 - - contributors - - -
- -

- Users who have contributed to this file -

-
- - - - - - -
-
- - - @shawnohare - - @jeremyf - - @cwimmer - - - -
-
- - - - - - - - -
- -
- - -
- - 3 lines (3 sloc) - - 313 Bytes -
- - - -
- -
-
- - - -
- - -
- - - - - - - - - - - - - - - - - -
{{ $sidenoteDomIdSuffix := .Ordinal }}<label for="sidenote-{{.Page.File.UniqueID}}-{{ $sidenoteDomIdSuffix }}" class="margin-toggle sidenote-number"></label>
<input type="checkbox" id="sidenote-{{.Page.File.UniqueID}}-{{ $sidenoteDomIdSuffix }}" class="margin-toggle"/>
<span class="sidenote">{{ .Inner }}</span>
-
- - - -
- -
- - - - -
- - -
- - -
-
- - -
- -
- - -
- -
-
- -
- - - - - - - - - - - - - - - - - - - - - +{{ $sidenoteDomIdSuffix := .Ordinal }} + +{{ .Inner }}