Author: lukaszlenart
Date: Sat Feb 8 10:07:39 2014
New Revision: 1565951
URL: http://svn.apache.org/r1565951
Log:
Prepares basic meta template
Added:
struts/site/branches/jekyll-powered/_source/js/
struts/site/branches/jekyll-powered/_source/js/community.js
- copied unchanged from r1565947,
struts/site/branches/jekyll-powered/old-content/resources/community.js
Removed:
struts/site/branches/jekyll-powered/old-content/resources/community.js
Modified:
struts/site/branches/jekyll-powered/_layouts/default.html
Modified: struts/site/branches/jekyll-powered/_layouts/default.html
URL:
http://svn.apache.org/viewvc/struts/site/branches/jekyll-powered/_layouts/default.html?rev=1565951&r1=1565950&r2=1565951&view=diff
==============================================================================
--- struts/site/branches/jekyll-powered/_layouts/default.html (original)
+++ struts/site/branches/jekyll-powered/_layouts/default.html Sat Feb 8
10:07:39 2014
@@ -1,44 +1,41 @@
<!DOCTYPE html>
-<html>
- <head>
- <meta charset="utf-8">
- <meta http-equiv="X-UA-Compatible" content="IE=edge,chrome=1">
- <title>{{ page.title }}</title>
- <meta name="viewport" content="width=device-width">
-
- <!-- syntax highlighting CSS -->
- <link rel="stylesheet" href="/css/syntax.css">
-
- <!-- Custom CSS -->
- <link rel="stylesheet" href="/css/main.css">
-
- </head>
- <body>
-
- <div class="site">
- <div class="header">
- <h1 class="title"><a href="/">{{ site.name }}</a></h1>
- <a class="extra" href="/">home</a>
- </div>
-
- {{ content }}
-
- <div class="footer">
- <div class="contact">
- <p>
- Your Name<br />
- What You Are<br />
- [email protected]
- </p>
- </div>
- <div class="contact">
- <p>
- <a
href="https://github.com/yourusername">github.com/yourusername</a><br />
- <a
href="https://twitter.com/yourusername">twitter.com/yourusername</a><br />
- </p>
- </div>
- </div>
- </div>
+<!--
+This isn't a real template - it's meta template which can be used to create
new templates
+-->
+<html xmlns="http://www.w3.org/1999/xhtml" xml:lang="en" lang="en">
+<head>
+ <meta charset="UTF-8"/>
+ <meta name="viewport" content="width=device-width, initial-scale=1.0"/>
+ <meta name="Date-Revision-yyyymmdd" content="20140206"/>
+ <meta http-equiv="Content-Language" content="en"/>
+
+ <title>Welcome to the Apache Struts project</title>
+
+ <link rel="stylesheet" href="/css/apache-maven-fluido-1.3.0.min.css"/>
+ <link rel="stylesheet" href="/css/site.css"/>
+ <link rel="stylesheet" href="/css/print.css" media="print"/>
+
+ <script type="text/javascript" src="/js/community.js"></script>
+</head>
+<body>
+
+ <header>
+ <nav>
+ Navigation
+ </nav>
+ </header>
+
+ <section>
+ Body
+ </section>
+
+ <aside>
+ Sidebar
+ </aside>
+
+ <footer>
+ Footer
+ </footer>
- </body>
-</html>
+</body>
+</html>
\ No newline at end of file