forked from lay1010/lay1010.github.io
-
Notifications
You must be signed in to change notification settings - Fork 28
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
- Loading branch information
Showing
10 changed files
with
84 additions
and
24 deletions.
There are no files selected for viewing
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -1,5 +1,5 @@ | ||
<div id="disqus_thread"> | ||
<button type="button" name="{{ site.disqus.shortname }}" class="btn btn-default show-commend"> | ||
<i class="fa fa-comments fa-2x" style="color: #428bca;"></i> <!-- 修改显示评论按钮图标--> | ||
<i class="fa fa-comments fa-lg" style="color: #428bca;"></i> <!-- 修改显示评论按钮图标--> | ||
</button> | ||
</div> |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
<meta charset="utf-8"> | ||
<title>{{ page.titlename }} | {{ site.title }}</title> | ||
<meta name="author" content="{{ site.author.name }}"> | ||
{% if page.keywords %} | ||
<meta name="keywords" content="{{ page.keywords }}"> | ||
{% endif %} | ||
{% if page.description %} | ||
<meta name="description " content="{{ page.description }}"> | ||
{% endif %} | ||
<link rel="shortcut icon" href="{{ site.favicon }}" /> | ||
<meta name="viewport" content="width=device-width, initial-scale=1.0"> | ||
<link rel="stylesheet" href="/public/css/bootstrap.css"> | ||
<link rel="stylesheet" href="/public/css/font-awesome.css"> | ||
<link rel="stylesheet" href="/public/js/prettify/prettify.css"> | ||
<link rel="stylesheet" href="/public/css/base.css"> | ||
<link href="/pages/atom.xml" rel="alternate" title="{{site.title}}" type="application/atom+xml"> |
This file contains 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
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,22 @@ | ||
<!doctype html> | ||
<html> | ||
<head> | ||
{% include header_title.html %} | ||
</head> | ||
<body> | ||
<div class="container"> | ||
<div class="row"> | ||
{% include navside.html %} | ||
<div class="col-md-8 col-lg-8 col-sm-12 col-xs-12 aside3"> | ||
<div id="container"> | ||
<div id="pjax"> | ||
{{ content }} | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
</div> | ||
{% include footer.html %} | ||
{% include googleanalytics.html %} | ||
</body> | ||
</html> |
This file contains 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
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,16 @@ | ||
--- | ||
layout: base_title | ||
--- | ||
<div class="row"> | ||
<div class="col-md-12 aside3-title"> | ||
<br> | ||
<h2 id="#identifier">{{ page.title }}</h2> | ||
</div> | ||
<div class="col-md-12 aside3-content"> | ||
<div id="page-content"> | ||
{{ content }} | ||
</div> | ||
<hr> | ||
{% include disqus.html %} | ||
</div> | ||
</div> |
This file contains 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
This file contains 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
This file contains 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
This file contains 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