This is an automated email from the git hooks/post-receive script. It was
generated because a ref change was pushed to the repository containing
the project "snap-website".
The branch, master has been updated
via 822bf4aa1334104910a7afde95e5b95bba58d199 (commit)
from 9b961d3f38ea55a039c6946714ac5ad6acabf502 (commit)
Summary of changes:
templates/nav.tpl | 12 ++++++------
1 files changed, 6 insertions(+), 6 deletions(-)
Those revisions listed above that are new to this repository have
not appeared on any other notification email; so we list those
revisions in full, below.
- Log -----------------------------------------------------------------
commit 822bf4aa1334104910a7afde95e5b95bba58d199
Author: Gregory Collins <[email protected]>
Date: Wed Sep 15 01:14:29 2010 -0400
Add titles to nav links
diff --git a/templates/nav.tpl b/templates/nav.tpl
index 5fc1cf8..049505f 100644
--- a/templates/nav.tpl
+++ b/templates/nav.tpl
@@ -13,22 +13,22 @@
<div class="navlist">
<ul class="nav">
<li class="home">
- <a href="/">Home</a>
+ <a title="Home" href="/">Home</a>
</li>
<li class="about">
- <a href="/about">About</a>
+ <a title="About the Snap Framework" href="/about">About</a>
</li>
<li class="blog">
- <a href="/blog">Blog</a>
+ <a title="Snap Framework Developers' Blog" href="/blog">Blog</a>
</li>
<li class="download">
- <a href="/download">Download</a>
+ <a title="Download the Snap Framework"
href="/download">Download</a>
</li>
<li class="docs">
- <a href="/docs">Docs</a>
+ <a title="Documentation" href="/docs">Docs</a>
</li>
<li class="faq">
- <a href="/faq">FAQ</a>
+ <a title="Frequently Asked Questions" href="/faq">FAQ</a>
</li>
</ul>
</div>
-----------------------------------------------------------------------
hooks/post-receive
--
snap-website
_______________________________________________
Snap mailing list
[email protected]
http://mailman-mail5.webfaction.com/listinfo/snap