Skip to content

Commit

Permalink
fix: emergency fixup fatal errors
Browse files Browse the repository at this point in the history
  • Loading branch information
chihuo2104 committed May 2, 2024
1 parent 959dbe6 commit a43e6af
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
![./chiblog_bastyled.png" style="max-width:20%" alt="chiblog ba-styled icon"/>
![](./chiblog_bastyled.png)

# chiblog

Expand Down
2 changes: 1 addition & 1 deletion pages/index.vue
Original file line number Diff line number Diff line change
Expand Up @@ -74,7 +74,7 @@ posts.sort((a, b) => {
<template>
<div id="article-list">
<div v-html="marked.parse(settings.site.announcement)" id="announcement"></div>
<ArticleCard :posts="showposts" :comments="comments" :settings="settings" />
<ArticleCard :posts="posts" :comments="comments" :settings="settings" />
<!-- <div class="flex justify-center">-->
<!-- <button class="rounded text-2xl text-center hover:shadow-md p-2 m-2 bg-gray-400 transition-all">加载更多</button>-->
<!-- </div>-->
Expand Down

0 comments on commit a43e6af

Please sign in to comment.