Skip to content

Commit

Permalink
Add title and alt tags.
Browse files Browse the repository at this point in the history
  • Loading branch information
belucid committed Jun 15, 2015
1 parent b32a924 commit 904277e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion src/posthere/templates/_index.html
Original file line number Diff line number Diff line change
Expand Up @@ -139,7 +139,7 @@ <h2>Not sure what's getting POSTed?</h2>
</div>

<div id='built-by-group' class='container-group'>
<p>Built in <a href='http://clojure.org/' target='_blank'><img src='/images/clojure-icon.gif'></a> by the fine folks at <a href='https://snootymonkey.com/' target='_blank'><img src='/images/snooty-monkey-icon.png'></a></p>
<p>Built in <a href="http://clojure.org/" target="_blank" title="Clojure"><img alt="Clojure" src="/images/clojure-icon.gif"/></a> by the fine folks at <a href="https://snootymonkey.com/" target="_blank" title="Snooty Monkey"><img alt="Snooty Monkey" src="/images/snooty-monkey-icon.png"/></a></p>
</div>

<!--
Expand Down
2 changes: 1 addition & 1 deletion src/posthere/templates/_results.html
Original file line number Diff line number Diff line change
Expand Up @@ -43,7 +43,7 @@
</div>

<div id='built-by-group' class='container-group'>
<p>Built in <a href='http://clojure.org/' target='_blank'><img src='/images/clojure-icon.gif'></a> by the fine folks at <a href='https://snootymonkey.com/' target='_blank'><img src='/images/snooty-monkey-icon.png'></a></p>
<p>Built in <a href="http://clojure.org/" target="_blank" title="Clojure"><img alt="Clojure" src="/images/clojure-icon.gif"/></a> by the fine folks at <a href="https://snootymonkey.com/" target="_blank" title="Snooty Monkey"><img alt="Snooty Monkey" src="/images/snooty-monkey-icon.png"/></a></p>
</div>

<!--
Expand Down

0 comments on commit 904277e

Please sign in to comment.