Skip to content

Commit

Permalink
1.0.30
Browse files Browse the repository at this point in the history
- fix `zuix` build file caching error
- fix search page
- deprecated local *lib*, now using zKit *lib*
- fix *menu-overlay* position
  • Loading branch information
genemars committed May 23, 2023
1 parent ba9b6ff commit 014f979
Show file tree
Hide file tree
Showing 5 changed files with 15 additions and 15 deletions.
10 changes: 5 additions & 5 deletions docs/feed/rss.xml
Original file line number Diff line number Diff line change
Expand Up @@ -7,8 +7,8 @@
<description></description>
<language>en</language>
<copyright></copyright>
<lastBuildDate>Tue, 23 May 2023 17:03:43 +0200</lastBuildDate>
<pubDate>Tue, 23 May 2023 17:03:43 +0200</pubDate>
<lastBuildDate>Tue, 23 May 2023 18:24:59 +0200</lastBuildDate>
<pubDate>Tue, 23 May 2023 18:24:59 +0200</pubDate>
<image>
<title>Web Starter</title>
<url>https://zuixjs.github.io/zuix-web-starter//images/icons/icon-152x152.png</url>
Expand All @@ -19,7 +19,7 @@
<link>https://zuixjs.github.io/zuix-web-starter//</link>
<guid isPermaLink="true">https://zuixjs.github.io/zuix-web-starter//</guid>
<description>About this web starter and how to get started with it.</description>
<pubDate>Tue, 23 May 2023 17:03:43 +0200</pubDate>
<pubDate>Tue, 23 May 2023 18:24:59 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/zuix-web-starter//" rel="self" />
<dc:creator></dc:creator>
</item>
Expand All @@ -28,7 +28,7 @@
<link>https://zuixjs.github.io/zuix-web-starter//search/</link>
<guid isPermaLink="true">https://zuixjs.github.io/zuix-web-starter//search/</guid>
<description>Search this website</description>
<pubDate>Tue, 23 May 2023 17:03:43 +0200</pubDate>
<pubDate>Tue, 23 May 2023 18:24:59 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/zuix-web-starter//search/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand Down Expand Up @@ -63,7 +63,7 @@
<link>https://zuixjs.github.io/zuix-web-starter//content/docs/</link>
<guid isPermaLink="true">https://zuixjs.github.io/zuix-web-starter//content/docs/</guid>
<description>No description provided.</description>
<pubDate>Tue, 23 May 2023 17:03:43 +0200</pubDate>
<pubDate>Tue, 23 May 2023 18:24:59 +0200</pubDate>
<atom:link href="https://zuixjs.github.io/zuix-web-starter//content/docs/" rel="self" />
<dc:creator></dc:creator>
</item>
Expand Down
2 changes: 1 addition & 1 deletion docs/service-worker.js.map

Large diffs are not rendered by default.

14 changes: 7 additions & 7 deletions package-lock.json

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

2 changes: 1 addition & 1 deletion package.json
Original file line number Diff line number Diff line change
Expand Up @@ -56,6 +56,6 @@
"nunjucks": "^3.2.4",
"yaml": "^2.2.2",
"yesno": "^0.3.1",
"zuix": "^0.4.0-beta.13"
"zuix": "^0.4.1"
}
}
2 changes: 1 addition & 1 deletion templates/tags/media-browser.js
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@ const template = `
z-{{ s.name }}="{{ s.value }}"
{%- endfor -%}
{% for o in config.options -%}
data-o-{{ o.name }}="{{ o.value }}"
:{{ o.name }}="'{{ o.value }}'"
{%- endfor -%}>
<div #media>
{%- for media in config['media'] %}
Expand Down

0 comments on commit 014f979

Please sign in to comment.