Browse Source

change excerpt length

windhamdavid 4 years ago
parent
commit
56dd5928e3
3 changed files with 2 additions and 2 deletions
  1. 1 1
      inc/template.php
  2. 1 1
      style.css
  3. 0 0
      v3-style.min.css

+ 1 - 1
inc/template.php

@@ -67,7 +67,7 @@ function dw_meta_desc() {
 			echo $meta_desc_value;
 		}
 		elseif ( $meta_desc_value == '') {
-			$meta_excerpt = dw_good_excerpt(115);
+			$meta_excerpt = dw_good_excerpt(300);
 			echo $meta_excerpt;
 		}
 	}

+ 1 - 1
style.css

@@ -60,7 +60,7 @@ body.desk {
     font-size:28px;
 	}
 body.single {
-	background: rgba(85,94,104,0.68);
+	background: rgba(72,76,87,1);
 }
 	body.single .site-title a {
 		color:#fff;

File diff suppressed because it is too large
+ 0 - 0
v3-style.min.css


Some files were not shown because too many files changed in this diff