Skip to content

Commit

Permalink
chore: 适配Halo最新改动
Browse files Browse the repository at this point in the history
  • Loading branch information
wan92hen committed Nov 14, 2022
1 parent 0e98b46 commit 4d31976
Show file tree
Hide file tree
Showing 2 changed files with 1 addition and 2 deletions.
2 changes: 1 addition & 1 deletion templates/modules/header.html
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
<header class="header">
<div th:fragment="header" th:with="menu = ${menuFinder.getDefault()}">
<div th:fragment="header" th:with="menu = ${menuFinder.getPrimary()}">
<div class="header__inner">
<div class="header__logo">
<a href="/">
Expand Down
1 change: 0 additions & 1 deletion templates/modules/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,6 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<title th:text="${site.title}"></title>
<link rel="stylesheet" th:href="@{/assets/dist/style.css}" href="./assets/dist/style.css" />
<link rel="stylesheet" type="text/css" href="${theme_base!}/static/assets/${settings.theme_color!}.css" />
<script th:src="@{/assets/dist/main.iife.js}"></script>
</head>

Expand Down

0 comments on commit 4d31976

Please sign in to comment.