Hotfix for iwc footer icon URI

This commit is contained in:
Jonny Barnes 2016-12-10 12:23:59 +00:00
parent 744cf187a4
commit 89e62154a6
2 changed files with 4 additions and 1 deletions

View file

@ -1,5 +1,8 @@
# Changelog
## Version 0.1.1 (2016-12-10)
- Fix: use correct link for footer iwc icon
## Version 0.1 (2016-12-10)
- Much better testing of micropub endpoints locally and on TravisCI
- Updating README

View file

@ -43,7 +43,7 @@
</form>
<p>The code for <code>{{ env('APP_LONGURL') }}</code> can be found on <a href="https://github.com/jonnybarnes/jonnybarnes.uk">GitHub</a>.</p>
<p>Built with love: <a href="/colophon">Colophon</a></p>
<p><a href="https://indieweb.org"><img src="assets/img/iwc.png" alt="Indie Web Camp logo" class="iwc-logo"></a></p>
<p><a href="https://indieweb.org"><img src="/assets/img/iwc.png" alt="Indie Web Camp logo" class="iwc-logo"></a></p>
</footer>
</body>
</html>