diff options
Diffstat (limited to 'templates/index.html')
-rw-r--r-- | templates/index.html | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/templates/index.html b/templates/index.html index c646f32..ba40227 100644 --- a/templates/index.html +++ b/templates/index.html @@ -38,8 +38,8 @@ <footer class="container" role="contentinfo"> <ul class="masthead-links"> <li>Powered by:</li> - <li><a href="https://www.djangoproject.com/">Django</a></li> - <li><a href="http://getbootstrap.com/">Bootstrap</a></li> + <li><a href="https://www.djangoproject.com/" target="_blank">Django</a></li> + <li><a href="http://getbootstrap.com/" target="_blank">Bootstrap</a></li> </ul> </footer> {% endblock %} |