소스 검색

Remove pointless HTML validator

master
Ben Kurtovic 2 년 전
부모
커밋
22fbdd31aa
1개의 변경된 파일1개의 추가작업 그리고 1개의 파일을 삭제
  1. +1
    -1
      _layouts/base.html

+ 1
- 1
_layouts/base.html 파일 보기

@@ -24,7 +24,7 @@
<div id="container">
{{ content }}
<div id="footer">
<p>Copyright &copy; 2011&ndash;{{ site.time | date: "%Y" }} Ben&nbsp;Kurtovic &bull; <a href="https://git.benkurtovic.com/ben/benkurtovic.com">View&nbsp;Source</a> &bull; <a href="https://validator.w3.org/check?uri=referer">Valid&nbsp;HTML5</a></p>
<p>Copyright &copy; 2011&ndash;{{ site.time | date: "%Y" }} Ben&nbsp;Kurtovic &bull; <a href="https://git.benkurtovic.com/ben/benkurtovic.com">View&nbsp;Source</a></p>
</div>
</div>
</body>


불러오는 중...
취소
저장