[deploy] Fix div/aside mismatch (#8784)
This commit is contained in:
parent
e9a60d9f77
commit
6f735a5a27
1 changed files with 1 additions and 1 deletions
|
|
@ -221,7 +221,7 @@
|
|||
<% end %>
|
||||
</div>
|
||||
|
||||
<div class="crayons-layout__sidebar-right">
|
||||
<aside class="crayons-layout__sidebar-right">
|
||||
<% stick_nav_cache_key = "sticky-sidebar-#{@article.id}-#{(@organization || @user).profile_updated_at}-#{(@organization || @user).last_article_at}-1-#{@user.pro?}" %>
|
||||
<% cache(stick_nav_cache_key, expires_in: 50.hours) do %>
|
||||
<%= render "articles/sticky_nav" %>
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue