aboutsummaryrefslogtreecommitdiffstats
diff options
context:
space:
mode:
authorRonalds Vilciņš <ronalds.vilcins@gmail.com>2020-06-30 13:12:45 +0300
committerGitHub <noreply@github.com>2020-06-30 13:12:45 +0300
commit17a06b438220fc1961a6d5545d136999f8948e1a (patch)
tree07f71d2e765eb4790549f11122ac6edc1dc7e83e
parent7bafd928270376c26a57c549d801dbbf12dcfe86 (diff)
parente85157e43093b9c542fde348068f0fef9966dae8 (diff)
downloadwiki-17a06b438220fc1961a6d5545d136999f8948e1a.tar.gz
Merge pull request #13 from thomascchen/small-fixes
Fix typo and remove extraneous footer content in post layout
-rwxr-xr-x_layouts/post.html8
-rw-r--r--search.json2
2 files changed, 1 insertions, 9 deletions
diff --git a/_layouts/post.html b/_layouts/post.html
index 543f9a3..add4216 100755
--- a/_layouts/post.html
+++ b/_layouts/post.html
@@ -5,16 +5,8 @@ layout: default
<section class="post">
<h2>{{ page.title }}</h2>
{{ content }}
-
-
<span class="meta"><time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %-d, %Y" }}</time> &middot; {% for tag in page.tags %}
<a href="/tag/{{tag}}">{{tag}}</a>{% unless forloop.last %}, {% endunless %}{% endfor %}</span>
-
-
-
- <!--<span class="meta"><time datetime="{{ page.date | date_to_xmlschema }}">{{ page.date | date: "%B %-d, %Y" }}</time> &middot; {% for tag in page.tags %}
- <a class="post" href="/tag/{{tag}}">{{tag}}</a>{% unless forloop.last %}, {% endunless %}{% endfor %}</span>
- -->
</section>
diff --git a/search.json b/search.json
index 402d8f6..886036e 100644
--- a/search.json
+++ b/search.json
@@ -10,7 +10,7 @@ layout: null
"category" : "{{post.categories | join: ', '}}",
"tags" : "{{ post.tags | join: ', ' }}",
"date" : "{{ post.date }}",
- "discription" : "{{post.description | strip_html | strip_newlines | escape }}"
+ "description" : "{{post.description | strip_html | strip_newlines | escape }}"
} {% unless forloop.last %},{% endunless %}
{% endfor %}
Un proyecto texto-plano.xyz