Skip to content

Commit

Permalink
release: 1.1.4
Browse files Browse the repository at this point in the history
  • Loading branch information
SadraTghvi committed Sep 28, 2024
1 parent f7db7e2 commit 20cbb3b
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion VERSION
Original file line number Diff line number Diff line change
@@ -1 +1 @@
1.1.3
1.1.4
2 changes: 1 addition & 1 deletion templates/product/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
<link href="/static/style/product/product.css" rel="stylesheet" />
<script src="/static/script/product.js" defer></script>

<link rel="canonical" href="https://heydari-mi.com/{{ product.slug }}">
<link rel="canonical" href="https://heydari-mi.com/products/{{ product.slug }}">
<link rel="alternate" hreflang="fa" href="https://heydari-mi.com/products/{{ product.slug }}">

{% endblock header %}
Expand Down
2 changes: 1 addition & 1 deletion templates/products/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -23,7 +23,7 @@
<main class="products-page-container">
<header class="products-header" style="background-image:linear-gradient(rgba(0, 0, 0, 0.5), rgba(0, 0, 0, 0.5)),
url(/static/image/header.webp)">
<h2 class="header-title title_hero">محصولات حیدری</h2>
<h1 class="header-title title_hero">محصولات حیدری</h1>
</header>

<div class="searchbar-container">
Expand Down

0 comments on commit 20cbb3b

Please sign in to comment.