Skip to content

Commit

Permalink
Merge pull request #948 from mirai-mamori/preview
Browse files Browse the repository at this point in the history
轻涟 ( La vaguelette ) Update (2)
  • Loading branch information
mirai-mamori authored Oct 20, 2024
2 parents 9469cc5 + 45dc705 commit 2e34da4
Show file tree
Hide file tree
Showing 61 changed files with 4,430 additions and 3,779 deletions.
2 changes: 1 addition & 1 deletion 404.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
</form>
</div>
</section>
<script src="<?php echo esc_url($shared_lib_basepath . '/js/anf.js'); ?>" type="text/javascript"></script>
<script src="<?php echo $shared_lib_basepath . '/js/anf.js'; ?>" type="text/javascript"></script>
<?php wp_footer(); ?>
</body>

Expand Down
2 changes: 1 addition & 1 deletion README.md
Original file line number Diff line number Diff line change
Expand Up @@ -57,7 +57,7 @@

- 本主题**基于 [Sakura V3 Series](https://github.com/mashirozx/sakura/tree/3.x) 主题进行重构开发**,使用 [GPL V2.0](https://github.com/mirai-mamori/Sakurairo/blob/master/LICENSE) 协议开源。

- 本主题使用了部分来自互联网的特效。由于版权及开源协议不明,无法具体说明相关信息。如果本主题使用到您制作的特效,烦请您通过邮件(me#okaeri.org)来取得联系。
- 本主题使用了部分来自互联网的特效。由于版权及开源协议不明,无法具体说明相关信息。如果本主题使用到您制作的特效,烦请您通过邮件(me#hareru.org)来取得联系。

### 引用相关:

Expand Down
2 changes: 1 addition & 1 deletion README_en.md
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ Please fill in with the issue template. Thanks for your cooperation.

- The theme is **developed based on theme [Sakura](https://github.com/mashirozx/Sakura)**, licensed with [GPL V2.0](https://github.com/mirai-mamori/Sakurairo/blob/master/LICENSE).

- The theme uses some special effects from the Internet. Due to the unclear copyright information and open source lincenses, the related information cannot be dispalyed here. If the theme have used the special effects provided by you, please contant **me#okaeri.org** via email.
- The theme uses some special effects from the Internet. Due to the unclear copyright information and open source lincenses, the related information cannot be dispalyed here. If the theme have used the special effects provided by you, please contant **me#hareru.org** via email.

### References:

Expand Down
2 changes: 1 addition & 1 deletion README_ja.md
Original file line number Diff line number Diff line change
Expand Up @@ -44,7 +44,7 @@

- 本テーマは、**[Sakura V3 Series](https://github.com/mashirozx/sakura/tree/3.x) テーマのリファクタリングに基づいており**[GPL V2.0](https://github.com/mirai-mamori/Sakurairo/blob/master/LICENSE) でオープンソースとなっています

- このテーマの一部のエフェクトには、インターネットで公開されているエフェクトが使用されています。著作権やオープンソースの契約が不明なため、関連情報を明記することはできません。本テーマは貴方が作成されたエフェクトが使用されている場合は、メール(me#okaeri.org)でご連絡ください。メールアドレスは、送信前に“#”を@に変更ください。
- このテーマの一部のエフェクトには、インターネットで公開されているエフェクトが使用されています。著作権やオープンソースの契約が不明なため、関連情報を明記することはできません。本テーマは貴方が作成されたエフェクトが使用されている場合は、メール(me#hareru.org)でご連絡ください。メールアドレスは、送信前に“#”を@に変更ください。

### 参考資料:

Expand Down
2 changes: 1 addition & 1 deletion README_tw.md
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@

- 本主題**基於 [Sakura V3 Series](https://github.com/mashirozx/sakura/tree/3.x) 主題進行重構開發**,使用 [GPL V2.0](https://github.com/mirai-mamori/Sakurairo/blob/master/LICENSE) 協議開源。

- 本主題使用了部分來自網路的特效。由於版權及開源協議不明,無法具體說明相關資訊。如果本主題使用到您製作的特效,煩請您通過郵件(me#okaeri.org)來取得聯絡。
- 本主題使用了部分來自網路的特效。由於版權及開源協議不明,無法具體說明相關資訊。如果本主題使用到您製作的特效,煩請您通過郵件(me#hareru.org)來取得聯絡。

### 引用相關:

Expand Down
7 changes: 0 additions & 7 deletions archive.php
Original file line number Diff line number Diff line change
Expand Up @@ -39,14 +39,7 @@
endwhile;
} */
// TODO: 'image_category'功能待实现
$i = 0;
while (have_posts()) : the_post();
$article_class = '';
if ($i == 1) {
$article_class = ' post-list-show';
} else {
$i++;
}
get_template_part('tpl/content', 'thumbcard');
endwhile; ?>
<div class="clearer"></div>
Expand Down
2 changes: 1 addition & 1 deletion author.php
Original file line number Diff line number Diff line change
Expand Up @@ -4,7 +4,7 @@

?>
<div class="author_info">
<div class="avatar" data-post-count="<?php echo get_the_author_posts(); ?>">
<div class="avatar" data-post-count="<?php echo count_user_posts(get_the_author_meta('ID'), 'post'); ?>">
<?php echo get_avatar(get_the_author_meta('ID')); ?>
</div>
<div class="author-center">
Expand Down
5 changes: 4 additions & 1 deletion footer.php
Original file line number Diff line number Diff line change
Expand Up @@ -164,7 +164,10 @@

<!-- 首页波浪特效 -->
<?php if (iro_opt('wave_effects', 'true')): ?>
<link rel="stylesheet" href="<?php echo esc_url($shared_lib_basepath); ?>/css/wave.css">
<?php if (!isset($shared_lib_basepath)) {
$shared_lib_basepath = iro_opt('shared_library_basepath') ? get_template_directory_uri() : (iro_opt('lib_cdn_path', 'https://fastly.jsdelivr.net/gh/mirai-mamori/Sakurairo@') . IRO_VERSION);
} ?>
<link rel="stylesheet" href="<?php echo $shared_lib_basepath . '/css/wave.css'; ?>">
<?php endif; ?>

<?php echo iro_opt('footer_addition', ''); ?>
Expand Down
Loading

0 comments on commit 2e34da4

Please sign in to comment.