File tree 3 files changed +3
-3
lines changed
3 files changed +3
-3
lines changed Original file line number Diff line number Diff line change @@ -15,7 +15,7 @@ navbar-links:
15
15
- Performance Tests : " https://github.com/AlliedTesting/pgmex-jdbc-perf-test"
16
16
17
17
excerpt_separator : <!--end_of_excerpt-->
18
- excerpt_length : 200
18
+ excerpt_length : 250
19
19
20
20
google_analytics : " UA-47711680-2"
21
21
Original file line number Diff line number Diff line change @@ -13,7 +13,7 @@ layout: null
13
13
<title >{{ post.title | xml_escape }}</title >
14
14
<description >
15
15
{% if post.subtitle %}{{ post.subtitle | xml_escape }} - {% endif %}
16
- {{ post.excerpt | strip_html | xml_escape | truncatewords: site.excerpt_length }}
16
+ {{ post.excerpt | xml_escape | truncatewords: site.excerpt_length }}
17
17
{% if post.content != post.excerpt or excerpt_word_count > site.excerpt_length %}
18
18
<a href =" {{ site.url }}{{ post.url }}" >[Read More]</a >
19
19
{% endif %}
Original file line number Diff line number Diff line change @@ -24,7 +24,7 @@ <h1>{{ site.title }}</h1>
24
24
< h2 class ="post-title "> < a href ="{{ post.url | prepend: site.baseurl }} "> {{ post.title }}</ a > </ h2 >
25
25
{% include post/meta.html %}
26
26
< div class ="post-entry ">
27
- {{ post.excerpt | replace: ' </ p > ', '\n' | strip_html | replace: '\n', '" < br /> "' | xml_escape | truncatewords: site.excerpt_length }}
27
+ {{ post.excerpt | strip_html | xml_escape | truncatewords: site.excerpt_length }}
28
28
{% assign excerpt_word_count = post.excerpt | number_of_words %}
29
29
{% if post.content != post.excerpt or excerpt_word_count > site.excerpt_length %}
30
30
< a href ="{{ post.url | prepend: site.baseurl }} " class ="post-read-more "> [Read More]</ a >
You can’t perform that action at this time.
0 commit comments