瀏覽代碼

more symmetrical toc link

Heydon Pickering 8 年之前
父節點
當前提交
997a782481
共有 3 個文件被更改,包括 10 次插入2 次删除
  1. 5 1
      docs/print-version/index.html
  2. 0 0
      docs/service-worker.js
  3. 5 1
      themes/infusion/layouts/_default/baseof.html

+ 5 - 1
docs/print-version/index.html

@@ -140,7 +140,11 @@
                </a>
               </p>
               
-                <p class="toc-link"><a href="#toc">Table of contents</a> <span aria-hidden="true">&#x2193;</span></p>
+                <p class="toc-link">
+                  <span aria-hidden="true">&#x2193;</span>
+                  <a href="#toc">Table of contents</a>
+                  <span aria-hidden="true">&#x2193;</span>
+                </p>
               
             </div>
             

File diff suppressed because it is too large
+ 0 - 0
docs/service-worker.js


+ 5 - 1
themes/infusion/layouts/_default/baseof.html

@@ -61,7 +61,11 @@
                </a>
               </p>
               {{ if eq .Type "print-version" }}
-                <p class="toc-link"><a href="#toc">Table of contents</a> <span aria-hidden="true">&#x2193;</span></p>
+                <p class="toc-link">
+                  <span aria-hidden="true">&#x2193;</span>
+                  <a href="#toc">Table of contents</a>
+                  <span aria-hidden="true">&#x2193;</span>
+                </p>
               {{ end }}
             </div>
             {{ block "nav" . }}

Some files were not shown because too many files changed in this diff