浏览代码

fixing one non-compliance in _layouts/post.html; adding Valid XHTML 1.0 Strict notice

master
Ben Kurtovic 12 年前
父节点
当前提交
9931922943
共有 2 个文件被更改,包括 4 次插入6 次删除
  1. +1
    -1
      _layouts/base.html
  2. +3
    -5
      _layouts/post.html

+ 1
- 1
_layouts/base.html 查看文件

@@ -14,7 +14,7 @@
<div id="container">
{{ content }}
<div id="footer">
<p>Copyright &copy; 2011 Ben Kurtovic &bull; <a href="http://github.com/earwig/earwig.github.com">View Source</a></p>
<p>Copyright &copy; 2011 Ben Kurtovic &bull; <a href="http://github.com/earwig/earwig.github.com">View Source</a> &bull; <a href="http://validator.w3.org/check?uri=http%3A%2F%2Fearwig.github.com%2F">Valid XHTML 1.0 Strict</a></p>
</div>
</div>
</body>


+ 3
- 5
_layouts/post.html 查看文件

@@ -2,11 +2,9 @@
layout: base
---

<a class="incognito" href="/">
<div id="header">
<h1 class="naked">{{ page.title }}</h1>
</div>
</a>
<div id="header">
<h1 class="naked"><a class="incognito" href="/">{{ page.title }}</a></h1>
</div>
<div id="content">
<span class="description"><span class="highlight">Date:</span> {{ page.date | date: "%b %d, %Y" }}</span>
<div id="post">


正在加载...
取消
保存