Skip to content

Commit

Permalink
release: 1.5.0-alpha.2
Browse files Browse the repository at this point in the history
Signed-off-by: Ryan Wang <[email protected]>
  • Loading branch information
ruibaby committed Jun 3, 2022
1 parent 441e8d7 commit 4bcddfd
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion module/layout.ftl
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,7 @@
<link rel="alternate" type="application/rss+xml" title="atom 1.0" href="${atom_url!}"/>
<@global.head />
<#include "./styles.ftl" />
<link href="${theme_base!}/dist/style.css" rel="stylesheet">
<link href="${theme_base!}/dist/style.css?version=${theme.version!}" rel="stylesheet">
<script type="text/javascript" src="${theme_base!}/assets/js/alpine.min.js" defer></script>
<@layout.block name="head"></@layout.block>
</head>
Expand Down
2 changes: 1 addition & 1 deletion module/scripts.ftl
Original file line number Diff line number Diff line change
@@ -1 +1 @@
<script type="text/javascript" src="${theme_base!}/dist/main.umd.js"></script>
<script type="text/javascript" src="${theme_base!}/dist/main.umd.js?version=${theme.version!}"></script>
2 changes: 1 addition & 1 deletion theme.yaml
Original file line number Diff line number Diff line change
Expand Up @@ -7,5 +7,5 @@ description: Halo Default Theme
logo: https://avatars1.githubusercontent.com/u/1811819?s=460&v=4
website: https://github.com/halo-dev/halo-theme-anatole
repo: https://github.com/halo-dev/halo-theme-anatole
version: 1.5.0-alpha.1
version: 1.5.0-alpha.2
require: 1.5.0

0 comments on commit 4bcddfd

Please sign in to comment.