--- layout: base.html --- <% content_for :page_title do %> <%=title %> <% end %> <% content_for :page_content do %> <% if respond_to? :github_url %> <% end %> <% ltag="lang='#{lang}'" if respond_to? :lang %>
id="article">

<%= title %>

<%=self.content%> <% if respond_to? :github_url %>

项目地址

Github:<%=github_url%>

<% end %>

<% if prev_post || next_post %>
<% end %> <% if site.config['disqus_id'] %>

Comments powered by Disqus!

<% else %>

Config disqus_id in _src/config.yml to enable comments!

<% end %> <% end %>