فهرست منبع

added link to featured image, fixed indent on read more link

Maggie 3 سال پیش
والد
کامیت
a29535f59c

+ 1 - 1
skatepark/assets/theme.css

@@ -335,7 +335,7 @@
 	text-indent: 10em;
 	text-indent: 10em;
 }
 }
 
 
-.is-style-indented-post-excerpt p {
+.is-style-indented-post-excerpt p:first-of-type:not(.wp-block-post-excerpt__more-text) {
 	text-indent: 5em;
 	text-indent: 5em;
 }
 }
 
 

+ 1 - 1
skatepark/block-templates/index.html

@@ -10,7 +10,7 @@
 	<hr class="wp-block-separator is-style-wide"/>
 	<hr class="wp-block-separator is-style-wide"/>
 	<!-- /wp:separator -->
 	<!-- /wp:separator -->
 	
 	
-	<!-- wp:post-featured-image {"style":{"color":{"duotone":["#000","#B9FB9C"]}}} /-->
+	<!-- wp:post-featured-image {"isLink":true,"style":{"color":{"duotone":["#000","#B9FB9C"]}}} /-->
 	
 	
 	<!-- wp:post-title {"isLink":true,"fontSize":"normal"} /-->
 	<!-- wp:post-title {"isLink":true,"fontSize":"normal"} /-->
 	
 	

+ 1 - 1
skatepark/inc/patterns/blog-posts.php

@@ -15,7 +15,7 @@ return array(
 	<hr class="wp-block-separator is-style-wide"/>
 	<hr class="wp-block-separator is-style-wide"/>
 	<!-- /wp:separator -->
 	<!-- /wp:separator -->
 	
 	
-	<!-- wp:post-featured-image {"style":{"color":{"duotone":["#000","#B9FB9C"]}}} /-->
+	<!-- wp:post-featured-image {"isLink":true,"style":{"color":{"duotone":["#000","#B9FB9C"]}}} /-->
 	
 	
 	<!-- wp:post-title {"isLink":true,"fontSize":"normal"} /-->
 	<!-- wp:post-title {"isLink":true,"fontSize":"normal"} /-->
 	
 	

+ 1 - 1
skatepark/sass/block-styles/_indented-paragraph.scss

@@ -1,6 +1,6 @@
 .is-style-indented-paragraph {
 .is-style-indented-paragraph {
 	text-indent: 10em;
 	text-indent: 10em;
 }
 }
-.is-style-indented-post-excerpt p {
+.is-style-indented-post-excerpt p:first-of-type:not(.wp-block-post-excerpt__more-text) {
 	text-indent: 5em;
 	text-indent: 5em;
 }
 }