Skip to content

Commit

Permalink
update html.
Browse files Browse the repository at this point in the history
Signed-off-by: Bo-Yi Wu <appleboy.tw@gmail.com>
  • Loading branch information
appleboy committed Dec 20, 2016
1 parent 2e1a143 commit 39e349c
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 54 deletions.
28 changes: 1 addition & 27 deletions example/templates/article.html
@@ -1,27 +1 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ .title }}</title>
<meta name="description" content="Html5 Template Engine">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<h1 id="header">Welcome to {{ .title }}</h1>
<h2>Features</h2>
<ul>
<li>The latest <a href="http://html5boilerplate.com/">html5boilerplate.com</a> source code.</li>
<li>Includes <a href="https://github.com/appleboy/normalize.scss">Normalize.scss</a> v2.1.x and v1.1.x.</li>
<li>The latest <a href="http://jquery.com">jQuery</a> and <a href="http://modernizr.com/">Modernizr</a> via <a href="http://bower.io/">Bower</a> package manager.</li>
<li>Support <a href="http://coffeescript.org/">CoffeeScript</a>, <a href="http://requirejs.org/">RequireJS</a>, <a href="http://compass-style.org/">Compass</a>, html minification (via <a href="http://code.google.com/p/htmlcompressor/">htmlcompressor</a>).</li>
<li>Support <a href="http://browsersync.io">browser-sync</a> Keep multiple browsers & devices in sync when building websites.</li>
<li>Support JavaScript test framework <a href="http://visionmedia.github.io/mocha/">Mocha</a>.</li>
<li>Support streaming build system <a href="http://gulpjs.com/">Gulp</a>.</li>
<li>Support <a href="http://www.html5rocks.com/en/tutorials/developertools/devtools-terminal/">Terminal in Chrome Devtools</a>.</li>
<li>Support minify PNG and JPEG images with <a href="https://github.com/sindresorhus/gulp-imagemin">image-min</a>.</li>
</ul>
</body>
</html>
Welcome to {{ .title }}
28 changes: 1 addition & 27 deletions example/templates/base.html
@@ -1,27 +1 @@
<!doctype html>
<html class="no-js" lang="">
<head>
<meta charset="utf-8">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<title>{{ .title }}</title>
<meta name="description" content="Html5 Template Engine">
<meta name="viewport" content="width=device-width, initial-scale=1">
<link href="favicon.ico" rel="icon" type="image/x-icon" />
<link rel="stylesheet" href="assets/css/main.css">
</head>
<body>
<h1 id="header">Welcome to {{ .title }}</h1>
<h2>Features</h2>
<ul>
<li>The latest <a href="http://html5boilerplate.com/">html5boilerplate.com</a> source code.</li>
<li>Includes <a href="https://github.com/appleboy/normalize.scss">Normalize.scss</a> v2.1.x and v1.1.x.</li>
<li>The latest <a href="http://jquery.com">jQuery</a> and <a href="http://modernizr.com/">Modernizr</a> via <a href="http://bower.io/">Bower</a> package manager.</li>
<li>Support <a href="http://coffeescript.org/">CoffeeScript</a>, <a href="http://requirejs.org/">RequireJS</a>, <a href="http://compass-style.org/">Compass</a>, html minification (via <a href="http://code.google.com/p/htmlcompressor/">htmlcompressor</a>).</li>
<li>Support <a href="http://browsersync.io">browser-sync</a> Keep multiple browsers & devices in sync when building websites.</li>
<li>Support JavaScript test framework <a href="http://visionmedia.github.io/mocha/">Mocha</a>.</li>
<li>Support streaming build system <a href="http://gulpjs.com/">Gulp</a>.</li>
<li>Support <a href="http://www.html5rocks.com/en/tutorials/developertools/devtools-terminal/">Terminal in Chrome Devtools</a>.</li>
<li>Support minify PNG and JPEG images with <a href="https://github.com/sindresorhus/gulp-imagemin">image-min</a>.</li>
</ul>
</body>
</html>
Welcome to {{ .title }}

0 comments on commit 39e349c

Please sign in to comment.