Remove author and copyright meta
[web.git] / _layouts / default.html
index 2ce1039a0f3a8e7f1840d68ce4154a6a09a64658..ae683d782772e3d02bf4b12d86278d99d3781477 100644 (file)
@@ -9,17 +9,15 @@
 
 
     <meta name="description"
-          content="Update what your Blog is about in this section"/>
-
-    <meta name="author" content="Your name goes here"/>
-    <meta name="copyright" content="Maybe consider a Creative Commons license"/>
-
-    <link rel="stylesheet" href="{{page.root}}css/foundation.css"/>
-    <link rel="stylesheet" href="{{page.root}}css/font-awesome.css"/>
-    <link rel="stylesheet" href="{{page.root}}css/coderay.css"/>
-    <link rel="stylesheet" href="{{page.root}}css/asciidoctor.css"/>
-    <script src="{{page.root}}js/vendor/modernizr.js"></script>
-    <script src="{{page.root}}js/toc.js"></script>
+          content="Linux Embedded Development Environment, an embedded Linux distribution that makes it easy for developers, system administrators or other Linux enthusiasts to build and customize software for embedded devices, especially wireless routers."/>
+
+    <link rel="stylesheet" href="{{site.prefix}}css/foundation.css"/>
+    <link rel="stylesheet" href="{{site.prefix}}css/font-awesome.css"/>
+    <link rel="stylesheet" href="{{site.prefix}}css/coderay.css"/>
+    <link rel="stylesheet" href="{{site.prefix}}css/asciidoctor.css"/>
+    <link rel="stylesheet" href="{{site.prefix}}css/lede.css"/>
+    <script src="{{site.prefix}}js/vendor/modernizr.js"></script>
+    <script src="{{site.prefix}}js/toc.js"></script>
 </head>
 <body>
 
         <!-- Title Area -->
         <li class="name">
             <h1>
-                <a href="{{page.root}}">
+                <a href="#">
                     {{page.title}}
                 </a>
             </h1>
         </li>
         <li class="toggle-topbar menu-icon"><a href="#"><span>Menu</span></a></li>
     </ul>
+    <section class="top-bar-section">
+        <!-- Right Nav Section -->
+        <ul class="right">
+            {% include top_nav.html %}
+        </ul>
+    </section>
 </nav>
 <!-- End Nav -->
 
         <hr/>
         <div class="row">
             <div class="large-12 columns">
-                <p>Footer</p>
+                <p>Last updated {{ page.last_modified_at | date: '%Y-%m-%d %H:%M:%S' }}</p>
             </div>
         </div>
     </div>
 </footer>
 
-<script src="{{page.root}}js/vendor/jquery.js"></script>
-<script src="{{page.root}}js/foundation.min.js"></script>
-<script>
-    $(document).foundation();
-</script>
-<script src="{{page.root}}js/vendor/jquery.js"></script>
-<script src="{{page.root}}js/foundation/foundation.js"></script>
+<script src="{{site.prefix}}js/vendor/jquery.js"></script>
+<script src="{{site.prefix}}js/foundation.min.js"></script>
 <script>
     $(document).foundation();