Skip to content

Commit

Permalink
change email address in contact form (#95)
Browse files Browse the repository at this point in the history
  • Loading branch information
arschles committed Sep 25, 2016
1 parent 2844ed6 commit 9802869
Show file tree
Hide file tree
Showing 7 changed files with 2 additions and 6 deletions.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -24,6 +24,7 @@ linux-amd64
glide-v0.12.0-linux-amd64.tar.gz

episode13/vendor
episode7/vendor

*.exe
*.test
Expand Down
1 change: 0 additions & 1 deletion episode7/vendor/github.com/arschles/testsrv
Submodule testsrv deleted from 1a72e7
1 change: 0 additions & 1 deletion episode7/vendor/github.com/google/go-github
Submodule go-github deleted from 81d049
1 change: 0 additions & 1 deletion episode7/vendor/github.com/google/go-querystring
Submodule go-querystring deleted from 2a60fc
1 change: 0 additions & 1 deletion episode7/vendor/github.com/gorilla/context
Submodule context deleted from 1c83b3
1 change: 0 additions & 1 deletion episode7/vendor/github.com/gorilla/mux
Submodule mux deleted from 9c068c
2 changes: 1 addition & 1 deletion www/themes/default/layouts/partials/nav.html
Original file line number Diff line number Diff line change
Expand Up @@ -10,7 +10,7 @@
<li><a href="/about">About</a></li>
<li><a href="/subscribe">Subscribe</a></li>
<li><a href="https://bitly.com/goin5minutes" target="_blank">Code <span class="glyphicon glyphicon-new-window" aria-hidden="true"></span></a></li>
<li><a href="mailto:arschles+gifm@gmail.com">Contact</a></li>
<li><a href="mailto:info@goin5minutes.com">Contact</a></li>
</ul>
</div>
</div>
Expand Down

0 comments on commit 9802869

Please sign in to comment.