Skip to content

Instantly share code, notes, and snippets.

@t-min
Last active August 29, 2015 14:08
Show Gist options
  • Select an option

  • Save t-min/65bf6c0d5e611f9a99de to your computer and use it in GitHub Desktop.

Select an option

Save t-min/65bf6c0d5e611f9a99de to your computer and use it in GitHub Desktop.
<!DOCTYPE HTML>
<html lang="<%template_language>">
<head>
<meta charset="<%template_charset>">
<meta http-equiv="X-UA-Compatible" content="IE=edge">
<meta name="author" content="<%author_name>" />
<meta name="description" content="<%introduction>" />
<title><%blog_name><!--permanent_area--> |<%sub_title><!--/permanent_area--><!--date_area--> |<!--/date_area--><!--category_area--> |<!--/category_area--><!--not_permanent_area--><%sub_title><!--/not_permanent_area--></title>
<link rel="stylesheet" type="text/css" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap.min.css" charset="<%template_charset>" />
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<!--jquery-->
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jquerymobile/1.4.3/jquery.mobile.min.css" />
<script src="//ajax.googleapis.com/ajax/libs/jquerymobile/1.4.3/jquery.mobile.min.js"></script>
<script src="//ajax.googleapis.com/ajax/libs/jquery/1.11.1/jquery.min.js"></script>
<link rel="stylesheet" href="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/themes/smoothness/jquery-ui.css" />
<script src="//ajax.googleapis.com/ajax/libs/jqueryui/1.11.1/jquery-ui.min.js"></script>
<script src="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/js/bootstrap.min.js"></script>
<!-- カスタマイズ用CSS -->
<link rel="stylesheet" media="screen" href="//maxcdn.bootstrapcdn.com/bootstrap/3.2.0/css/bootstrap-theme.min.css">
<link rel="stylesheet" href="<%css_link>" charset="<%template_charset>" />
<link rel="top" href="<%url>" title="top" />
<!--prevpage-->
<link rel="prev" href="<%prevpage_url>" title="<%template_prevpage>" /><!--/prevpage-->
<!--nextpage-->
<link rel="next" href="<%nextpage_url>" title="<%template_nextpage>" /><!--/nextpage-->
<!--preventry-->
<link rel="next" href="<%preventry_url>" title="<%preventry_title>" /><!--/preventry-->
<!--nextentry-->
<link rel="prev" href="<%nextentry_url>" title="<%nextentry_title>" /><!--/nextentry-->
<!--[if lt IE 9]>
<script src="http://html5shim.googlecode.com/svn/trunk/html5.js"></script>
<![endif]-->
<link rel="alternate" type="application/rss+xml" href="<%url>?xml" title="[RSS]" />
<link rel="alternate" type="application/rss+xml" href="<%url>?xml&amp;comment" title="[RSS] <%template_comment>" />
<link rel="alternate" type="application/rss+xml" href="<%url>?xml&amp;trackback" title="[RSS] <%template_trackback>" />
</head>
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment