浏览代码

Marianne 1.7

te2dy 3 年之前
父节点
当前提交
36a960af00
共有 3 个文件被更改,包括 14 次插入2 次删除
  1. 9 1
      readme.txt
  2. 5 1
      style.css
  3. 0 0
      style.min.css

+ 9 - 1
readme.txt

@@ -2,7 +2,7 @@
 
 Contributors: Teddy
 Requires at least: 5.3
-Tested up to: 5.8
+Tested up to: 5.8.1
 Requires PHP: 5.2
 License: GPLv3 or later
 License URI: https://www.gnu.org/licenses/gpl-3.0.html
@@ -36,6 +36,14 @@ on tablet and mobile, and it has been designed to give a good print results.
 
 == Changelog ==
 
+=== 1.7 – September 16th, 2021 ===
+Added: option to display the excerpt or the full content of posts in the loop.
+Added: button in the footer to go to the top of the page.
+Added: option to display/hide the title of the front page.
+Fixed: text of the search button bug.
+Updated: "tested up to" version number (5.8 to 5.8.1).
+Updated: translation files.
+
 === 1.6.1 – July 30th, 2021 ===
 Added: social link to Signal and Telegram.
 Added: one contributor in About Marianne page.

+ 5 - 1
style.css

@@ -5,7 +5,7 @@ Author: Teddy
 Author URI: https://chezteddy.fr/
 Description: Are you looking for a simple theme to highlight your writings? Marianne is a rare minimalistic theme in an ocean of maximalism. It gives a touch of old school blogging to your site, refreshed, with customization options that make it flexible. If you believe that less graphism complexity means less distraction and more readability, this theme is made for you. Whether you are a simple blogger, a writer, a journalist or an intellectual, Marianne will delight you… and your readers.
 Tags: blog, one-column, two-columns, left-sidebar, custom-logo, custom-menu, featured-images, sticky-post, theme-options, threaded-comments, translation-ready, wide-blocks
-Version: 1.6.1
+Version: 1.7
 Requires at least: 5.3
 Tested up to: 5.8.1
 Requires PHP: 5.2
@@ -1256,6 +1256,10 @@ iframe {
 #back-to-top:focus {
 	color: var(--color-link-hover);
 }
+#back-to-top:hover .feather-icons,
+#back-to-top:focus .feather-icons {
+	stroke: var(--color-link-hover);
+}
 
 /**
  * Search form

文件差异内容过多而无法显示
+ 0 - 0
style.min.css


部分文件因为文件数量过多而无法显示