diff options
Diffstat (limited to 'src/templates')
-rw-r--r-- | src/templates/layout.html | 7 |
1 files changed, 7 insertions, 0 deletions
diff --git a/src/templates/layout.html b/src/templates/layout.html index 86eec59..6035209 100644 --- a/src/templates/layout.html +++ b/src/templates/layout.html @@ -18,5 +18,12 @@ </nav> </header> <main></main> + <footer> + <ul class="contact-list"> + <li> + <a rel="me" href="mailto:dog@johndoe.org">dog</a> + </li> + </ul> + </footer> </body> </html> |