Created
December 24, 2014 07:20
-
-
Save t-min/ba61e8723ee64dc526c4 to your computer and use it in GitHub Desktop.
Bootstrap_navbar_head
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| <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> | |
| <!-- Latest compiled and minified CSS --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/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> | |
| <!-- Latest compiled and minified JavaScript --> | |
| <script src="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/js/bootstrap.min.js"></script> | |
| <!-- カスタマイズ用CSS --> | |
| <!-- Optional theme --> | |
| <link rel="stylesheet" href="https://maxcdn.bootstrapcdn.com/bootstrap/3.3.1/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&comment" title="[RSS] <%template_comment>" /> | |
| <link rel="alternate" type="application/rss+xml" href="<%url>?xml&trackback" title="[RSS] <%template_trackback>" /> | |
| </head> |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment