Skip to content

Commit

Permalink
Merge pull request #73 from MIT-LCP/fix_skip
Browse files Browse the repository at this point in the history
Fixes skip-to-content error #60
  • Loading branch information
elfeto authored Sep 10, 2020
2 parents c0cf4db + 0f2fb02 commit fe0a238
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 5 deletions.
6 changes: 2 additions & 4 deletions templates/base.html
Original file line number Diff line number Diff line change
Expand Up @@ -9,11 +9,9 @@
{% block head2 %}{% endblock %}
</head>
<body data-spy="scroll" data-target=".navbar-fixed-top">
<a href="#skip_content" class="skip-to-content">Skip to content</a>
{% include 'navbar.html'%}


<div id="content">{% block content %}{% endblock %}</div>

<div id="content">{% block content %}{% endblock %}</div>
{% include 'footer.html'%}

<script>
Expand Down
1 change: 0 additions & 1 deletion templates/header.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,6 @@
<meta name="keywords" content="HTML, CSS, XML, XHTML, JavaScript">
<meta name="author" content="Felipe Torres">

<a href="#skip_content" class="skip-to-content">Skip to content</a>
<link rel="icon" href="{{ url_for('static', filename='images/lcp_favicon5.png') }}">

<link rel='stylesheet' type='text/css' href="{{ url_for('static', filename='css/font-awesome.css') }}" />
Expand Down

0 comments on commit fe0a238

Please sign in to comment.