瀏覽代碼

experiments aborted

Heydon Pickering 8 年之前
父節點
當前提交
cced434a3c
共有 2 個文件被更改,包括 0 次插入4 次删除
  1. 0 2
      docs/index.html
  2. 0 2
      themes/infusion/layouts/index.html

+ 0 - 2
docs/index.html

@@ -237,8 +237,6 @@
 
 <p>To get started, take a look at <a class="pattern-link" href="https://heydon.github.io/infusion/patterns/installation/"><svg class="bookmark" aria-hidden="true" height="50" width="40" viewBox="0 0 40 50"><use xlink:href="#bookmark"></use></svg>Installation</a>.</p>
 
-    
-    git&#43;https://github.com/Heydon/infusion.git
   </main>
 
           <footer role="contentinfo">

+ 0 - 2
themes/infusion/layouts/index.html

@@ -6,7 +6,5 @@
   <main id="main">
     <h1>{{ .Title }}</h1>
     {{ .Content }}
-    {{ $packageInfo := getJSON "./package.json" }}
-    {{ print $packageInfo.repository.url }}
   </main>
 {{ end }}