reshuffle some naming to work in artists part of sitemap
This commit is contained in:
@ -1,29 +1,29 @@
|
||||
<!DOCTYPE html>
|
||||
<html lang="en">
|
||||
<head>
|
||||
<title>2025 Solstice Market | the historic Beall Greenhouses</title>
|
||||
<title>2025 Solstice Market | events at the historic Beall Greenhouses</title>
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
<meta charset="utf-8">
|
||||
<!-- Meta -->
|
||||
<link rel="icon" type="image/x-icon" href="/favicon.ico">
|
||||
<link rel="canonical" href="/events/2025-solstice/" />
|
||||
<meta name="description" content="2025 Solstice Market | the historic Beall Greenhouses" />
|
||||
<meta name="description" content="2025 Solstice Market | events at the historic Beall Greenhouses" />
|
||||
<meta name="robots" content="index,follow" />
|
||||
<meta property="og:title" content="2025 Solstice Market | the historic Beall Greenhouses" />
|
||||
<meta property="og:title" content="2025 Solstice Market | events at the historic Beall Greenhouses" />
|
||||
<meta property="og:type" content="article" />
|
||||
<meta property="og:url" content="/events/2025-solstice/" />
|
||||
<meta property="og:description" content="2025 Solstice Market | the historic Beall Greenhouses" />
|
||||
<meta property="og:description" content="2025 Solstice Market | events at the historic Beall Greenhouses" />
|
||||
<meta property="og:image" content="/assets/img/logo-light.png" />
|
||||
<meta property="og:image:alt" content="Linework icon depicting a sunrise or sunset with two clouds, in a blue and orange color scheme" />
|
||||
|
||||
<!-- JS -->
|
||||
<script src="/assets/scripts/nav.js" defer></script>
|
||||
<script src="/assets/scripts/artists.js" data-artists="/events/2025-solstice/artists.json" defer></script>
|
||||
<script src="/assets/scripts/market.js" data-artists="/events/2025-solstice/artists.json" defer></script>
|
||||
|
||||
<!-- CSS -->
|
||||
<link rel="stylesheet" href="/assets/styles/main.css">
|
||||
<link rel="stylesheet" href="/assets/styles/nav.css">
|
||||
<link rel="stylesheet" href="/assets/styles/artist.css">
|
||||
<link rel="stylesheet" href="/assets/styles/artist-market.css">
|
||||
</head>
|
||||
<body>
|
||||
<div id="content">
|
||||
|
||||
Reference in New Issue
Block a user