extends partial/layout block site_title != page.title + " ยท " + config.title block description - var desc = page.desc || page.title + ' - ' + config.author; meta(name="description", content=desc) block container div#post-container include mixins/post +post(page) include partial/comment //- Comment if theme.duoshuo script. var duoshuoQuery = {short_name:"#{theme.duoshuo}"}; (function() { var ds = document.createElement('script'); ds.type = 'text/javascript';ds.async = true; ds.src = (document.location.protocol == 'https:' ? 'https:' : 'http:') + '//static.duoshuo.com/embed.js'; ds.charset = 'UTF-8'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(ds); })(); if theme.disqus script. var disqus_shortname = '#{theme.disqus}'; var disqus_identifier = '#{page.path}'; var disqus_title = '#{page.title}'; var disqus_url = '#{config.url}/#{page.path}'; (function() { var dsq = document.createElement('script'); dsq.type = 'text/javascript'; dsq.async = true; dsq.src = '//' + disqus_shortname + '.disqus.com/embed.js'; (document.getElementsByTagName('head')[0] || document.getElementsByTagName('body')[0]).appendChild(dsq); })(); script(id='dsq-count-scr' src='//#{theme.disqus}.disqus.com/count.js' async) block pagination include mixins/paginator +post() block copyright include partial/copyright