ソースを参照

Merge branch 'feature/navbar' of github.com:jgthms/bulma into feature/navbar

Jeremy Thomas 8 年 前
コミット
270d37d2d4
2 ファイル変更1 行追加2 行削除
  1. 1 1
      docs/_includes/blog-hero.html
  2. 0 1
      docs/_layouts/default.html

+ 1 - 1
docs/_includes/blog-hero.html

@@ -21,7 +21,7 @@
           </a>
         </div>
         <div class="column is-narrow">
-          {% include carbon.html %}
+          <!-- {% include carbon.html %} -->
         </div>
       </div>
     </div>

+ 0 - 1
docs/_layouts/default.html

@@ -3,6 +3,5 @@
   {% include head.html %}
   <body class="layout-{{ page.layout }}{% if page.doc-tab %} page-{{ page.doc-tab}}{% endif %}">
     {{ content }}
-    {% include footer.html %}
   </body>
 </html>