streamline footers, add feedback link

This commit is contained in:
Mark McGranaghan 2012-10-15 14:23:49 -07:00
parent ec9a7d4d4b
commit f987d56cff
2 changed files with 2 additions and 2 deletions

View File

@ -40,7 +40,7 @@
</p> </p>
{{end}} {{end}}
<p class="footer"> <p class="footer">
Follow <a href="https://twitter.com/gobyexample">@gobyexample</a> for updates. <a href="https://github.com/mmcgrana/gobyexample/blob/master/examples/{{.Id}}">Source</a> &amp; <a href="https://github.com/mmcgrana/gobyexample#license">license</a>. <a href="https://twitter.com/gobyexample">@gobyexample</a> | <a href="mailto:mmcgrana@gmail.com">feedback</a> | <a href="https://github.com/mmcgrana/gobyexample/blob/master/examples/{{.Id}}">source</a> | <a href="https://github.com/mmcgrana/gobyexample#license">license</a>
</p> </p>
</div> </div>
</body> </body>

View File

@ -39,7 +39,7 @@
{{end}} {{end}}
</ul> </ul>
<p class="footer"> <p class="footer">
Follow <a href="https://twitter.com/gobyexample">@gobyexample</a> for updates. <a href="https://github.com/mmcgrana/gobyexample">Source</a> &amp; <a href="https://github.com/mmcgrana/gobyexample#license">license</a>. <a href="https://twitter.com/gobyexample">@gobyexample</a> | <a href="mailto:mmcgrana@gmail.com">feedback</a> | <a href="https://github.com/mmcgrana/gobyexample">source</a> | <a href="https://github.com/mmcgrana/gobyexample#license">license</a>
</p> </p>
</div> </div>
</body> </body>