Skip to content

Commit

Permalink
Fix published date display in post stats
Browse files Browse the repository at this point in the history
  • Loading branch information
yoosefap committed Nov 9, 2021
1 parent bb17a85 commit 95f47fb
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion theme/panel/papyrus/dist/paper/main.js

Large diffs are not rendered by default.

2 changes: 1 addition & 1 deletion theme/panel/papyrus/dist/paper/manifest.json
Original file line number Diff line number Diff line change
@@ -1 +1 @@
{"main":["main.css?940b717aab69db37be22","main.js?940b717aab69db37be22"],"vendor":["vendor.css?413d528de629b559f4c3","vendor.js?413d528de629b559f4c3"]}
{"main":["main.css?7f50eed91f72d8fdb5b5","main.js?7f50eed91f72d8fdb5b5"],"vendor":["vendor.css?413d528de629b559f4c3","vendor.js?413d528de629b559f4c3"]}
2 changes: 1 addition & 1 deletion theme/panel/papyrus/src/vue/pages/post-stats.vue
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@
<div class="post-title">
<div class="label">{{LANG.post.analysis}}</div>
<div class="title">{{_isNull(post.title) ? post.draft_title : post.title}}</div>
<div class="details">{{LANG.post.published}}: {{post.approx_insert_date}}</div>
<div class="details">{{LANG.post.published}}: {{post.approx_date}}</div>
</div>
</section>
<section class="list-box-stat">
Expand Down

0 comments on commit 95f47fb

Please sign in to comment.