Skip to content

Commit

Permalink
Merge pull request #108 from Shopify/fixup-jekyll-paths
Browse files Browse the repository at this point in the history
Shouldn't need site.url here
  • Loading branch information
elsom25 committed Mar 19, 2024
2 parents 7478966 + b08f2e6 commit 10451ba
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion docs/_layouts/default.html
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@
<meta charset="UTF-8">
<meta name="viewport" content="width=device-width, initial-scale=1.0">
<title>{{ page.title }}</title>
<link rel="stylesheet" href="{{ site.baseurl }}{{ site.baseurl }}/assets/styles.css">
<link rel="stylesheet" href="{{ site.baseurl }}/assets/styles.css">
</head>

<body>
Expand Down
4 changes: 2 additions & 2 deletions docs/_layouts/release.html
Original file line number Diff line number Diff line change
Expand Up @@ -3,7 +3,7 @@
---
<div class="header-container container">
<h1>Shopify Standard Product Taxonomy ({{ page.title }})</h1>
<p><a href="{{ site.url }}{{ site.baseurl }}">⬅︎ back to all releases</a></p>
<p><a href="{{ site.baseurl }}/">⬅︎ back to all releases</a></p>
<p>
Shopify's public product taxonomy serves as an open-source, standardized, and global classification of products sold
on Shopify. Composed of product categories, attributes, and attribute values, the taxonomy is leveraged across
Expand Down Expand Up @@ -88,4 +88,4 @@ <h4 class="title attribute-title" tabindex="0">
</div>

<script src="https://cdn.jsdelivr.net/npm/js-yaml@3.14.1/dist/js-yaml.min.js"></script>
<script type="module" src="{{ site.baseurl }}{{ site.baseurl }}/assets/js/category_release.js"></script>
<script type="module" src="{{ site.baseurl }}/assets/js/category_release.js"></script>

0 comments on commit 10451ba

Please sign in to comment.