<%= title %> <%=site.author%> —
<%=self.content%> <% if respond_to? :github_url %>项目地址
Github:<%=github_url%>
<% end %>---
layout: base.html
---
<% content_for :page_title do %>
<%=title %>
<% end %>
<% content_for :page_content do %>
<% if respond_to? :github_url %>
Github:<%=github_url%>
<% end %>
<%
ltag="lang='#{lang}'" if respond_to? :lang
%>
<%= title %>
<%=site.author%> —
<%=self.content%>
<% if respond_to? :github_url %>
项目地址
Comments powered by Disqus!
<% else %>Config disqus_id
in _src/config.yml
to enable comments!