Skip to content

Commit

Permalink
Merge pull request #149 from philippebeck/dev
Browse files Browse the repository at this point in the history
Release 2.1.5
  • Loading branch information
philippebeck authored Jan 1, 2024
2 parents a66ba88 + cb6dd33 commit 9d901d2
Show file tree
Hide file tree
Showing 5 changed files with 12 additions and 15 deletions.
12 changes: 6 additions & 6 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

4 changes: 2 additions & 2 deletions package.json
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{
"name": "vesan",
"version": "2.1.4",
"version": "2.1.5",
"description": "UI with Vue-Elt, Servidio & Animadio",
"author": {
"name": "Philippe Beck",
Expand Down Expand Up @@ -50,7 +50,7 @@
"core-js": "^3.8.3",
"servidio": "^3.1.0",
"vue": "^3.3.9",
"vue-elt": "^2.3.6-alpha",
"vue-elt": "^2.3.7-alpha",
"vue-recaptcha": "^2.0.3",
"vue-router": "^4.1.6",
"vuex": "^4.0.2"
Expand Down
2 changes: 1 addition & 1 deletion src/views/data/GalleryView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</template>
</NavElt>

<CardElt itemscope itemtype="https://schema.org/ImageGallery">
<CardElt itemscope itemtype="https://schema.org/CreativeWork">
<template #header>
<h1 class="sky-dark" itemprop="name">
<i class="fa-regular fa-images fa-lg"></i>
Expand Down
2 changes: 1 addition & 1 deletion src/views/data/ImageView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -16,7 +16,7 @@
</template>
</NavElt>

<CardElt itemscope itemtype="https://schema.org/ImageGallery">
<CardElt itemscope itemtype="https://schema.org/CreativeWork">
<template #header>
<h1 class="sky-dark" itemprop="name">
<i class="fa-regular fa-image fa-lg"></i> {{ gallery.name }}
Expand Down
7 changes: 2 additions & 5 deletions src/views/data/ProductView.vue
Original file line number Diff line number Diff line change
Expand Up @@ -133,12 +133,9 @@
:alt="product.alt"
:width="val.IMG_WIDTH"
:height="val.IMG_HEIGHT"
itemprop="image">
itemprop="image"/>

<template #figcaption>
<p id="figcaption" v-html="product.description"></p>
</template>
</MediaElt>
<p v-html="product.description" itemprop="description"></p>

<p itemprop="offers" itemscope itemtype="https://schema.org/Offer">
<b itemprop="price" class="monospace" :content="product.price + '.00'">
Expand Down

0 comments on commit 9d901d2

Please sign in to comment.