add skip link functionality to article page (#13045)
This commit is contained in:
parent
73aead0e5c
commit
5f0c89dbfe
1 changed files with 1 additions and 1 deletions
|
|
@ -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">
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue