20 lines
880 B
Text
20 lines
880 B
Text
<meta http-equiv="Content-Type" content="text/html; charset=UTF-8">
|
|
<% description = meta_description %>
|
|
<% if description %>
|
|
<meta name="description" content="<%= description %>">
|
|
<% end %>
|
|
|
|
<% canonical_host = @canonical_host || 'https://femslash.city' %>
|
|
<% canonical_path = @canonical_path || request.fullpath %>
|
|
<link rel="canonical" href="<%= canonical_host %><%= canonical_path %>">
|
|
|
|
<meta property="og:title" content="Femslashcity">
|
|
<meta property="og:type" content="website">
|
|
<meta property="og:image" content="<%= canonical_host %>/img/neocities-front-screenshot.jpg">
|
|
<% if description %>
|
|
<meta property="og:description" content="<%= description %>">
|
|
<% end %>
|
|
|
|
<link rel="icon" type="image/x-icon" href="https://file.garden/Zw17vw8ctXTQw7PV/emslash.png">
|
|
|
|
<meta name="viewport" content="width=device-width, minimum-scale=1, initial-scale=1">
|