Skip to content

Commit

Permalink
Version1.1性能增强
Browse files Browse the repository at this point in the history
  • Loading branch information
{{ouyangyanhuo}} committed Aug 17, 2021
1 parent 863a57f commit 4d25a5e
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
2 changes: 1 addition & 1 deletion comments.php
Original file line number Diff line number Diff line change
@@ -1,4 +1,4 @@
<link rel="stylesheet" href="<?php $this->options->themeUrl('/main/comments.all.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('/main/comments.min.css'); ?>">
<?php if (!defined('__TYPECHO_ROOT_DIR__')) exit; ?>
<div id="comments">
<?php $this->comments()->to($comments); ?>
Expand Down
2 changes: 1 addition & 1 deletion header.php
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<?php if ($this->options->favicon): ?>
<link rel="shortcut icon" type="image/x-icon" href="<?php $this->options->favicon() ?>">
<?php endif; ?>
<link rel="stylesheet" href="<?php $this->options->themeUrl('/main/main.all.css'); ?>">
<link rel="stylesheet" href="<?php $this->options->themeUrl('/main/main.min.css'); ?>">
<?php $this->header(); ?>
</head>
<body class="dark">
Expand Down

0 comments on commit 4d25a5e

Please sign in to comment.