Gravatar fix

This commit is contained in:
drusepth 2021-10-26 23:34:35 -07:00
parent 3ec0f77fad
commit c111e9ec5d

View File

@ -10,7 +10,7 @@
<%= javascript_include_tag 'thredded',
async: !Rails.application.config.assets.debug,
defer: true %>
<%== Gravatar.prefetch_dns %>
<%== RailsGravatar.prefetch_dns_tag %>
</head>
<body data-in-app="true" class="<%= 'has-fixed-sidenav' if user_signed_in? %> <%= 'dark' if user_signed_in? && current_user.dark_mode_enabled? %>">
<%= render 'layouts/sidenav' if user_signed_in? %>