Skip to content

Commit

Permalink
Use data-turbo-track="reload" workaround for head
Browse files Browse the repository at this point in the history
  • Loading branch information
oliverguenther committed Aug 13, 2024
1 parent facf82a commit 9a41487
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions app/views/layouts/_common_head.html.erb
Original file line number Diff line number Diff line change
Expand Up @@ -37,6 +37,9 @@
<%# Render CSS highlighting %>
<%= stylesheet_link_tag "/highlighting/styles/#{highlight_css_version_tag}",
media: :all,
data: {
"turbo-track": "reload"
},
skip_pipeline: true %>

<%# Custom styles %>
Expand Down

0 comments on commit 9a41487

Please sign in to comment.