Skip to content

Commit

Permalink
add skip link functionality to article page (forem#13045)
Browse files Browse the repository at this point in the history
  • Loading branch information
aitchiss committed Mar 19, 2021
1 parent 73aead0 commit 5f0c89d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/views/articles/show.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -95,7 +95,7 @@
<%= render "articles/actions" %>
</aside>

<main class="crayons-layout__content grid gap-4">
<main id="main-content" class="crayons-layout__content grid gap-4">
<div class="article-wrapper">
<% if !@article.published %>
<div class="crayons-notice crayons-notice--danger mb-4">
Expand Down

0 comments on commit 5f0c89d

Please sign in to comment.