diff --git a/views/site_files/mount_info.erb b/views/site_files/mount_info.erb index ed1a10b8..d3a84a4a 100644 --- a/views/site_files/mount_info.erb +++ b/views/site_files/mount_info.erb @@ -13,7 +13,7 @@ Neocities now supports WebDAV, which allows you to mount your Neocities share on your computer. Now you can access and change your files on your own computer's file manager!
- <% if !current_site.supporter? %> + <% if current_site.nil? || !current_site.supporter? %>This feature requires a supporter account. Click here to become a supporter.