[deploy] Fix div/aside mismatch (#8784)

This commit is contained in:
Ben Halpern 2020-06-18 20:58:16 -04:00 committed by GitHub
parent e9a60d9f77
commit 6f735a5a27
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -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" %>