diff --git a/_layouts/blog_by_tag.html b/_layouts/blog_by_tag.html index 1b357a77..879862e8 100644 --- a/_layouts/blog_by_tag.html +++ b/_layouts/blog_by_tag.html @@ -20,18 +20,20 @@ layout: custom

{% t tags.all %}: {{ tag.name }}

-
+ {% if site.tags[tag.slug] %} {% for post in site.tags[tag.slug] %} -

{{ post.title }}

-

- {{ post.summary }} -

+
+

{{ post.title }}

+

+ {{ post.summary }} +

+
{% endfor %} {% else %}

{% t tags.notags %}

{% endif %} -
+ diff --git a/_layouts/post.html b/_layouts/post.html index 4989bf6d..9bcca2c4 100644 --- a/_layouts/post.html +++ b/_layouts/post.html @@ -26,26 +26,12 @@ layout: base
-
-

{{ page.title }}

-
-
-
-

{% t blog.author %}: {% if page.author %}{{page.author}}{% else %}{{site.author}}{% endif%}

-
-
-
-
-

{{ page.date | date: '%B %d, %Y' }}

-
-
-
- {{content}} -
-
-

{{ tags_content }}

+ + {{content}} +
+

{{ tags_content }}

diff --git a/_layouts/user-guide.html b/_layouts/user-guide.html index 2cde2d7e..19fd153e 100644 --- a/_layouts/user-guide.html +++ b/_layouts/user-guide.html @@ -3,7 +3,7 @@ layout: base ---
-
+
{{content}} diff --git a/blog/index.html b/blog/index.html index 5f056a91..8529044e 100644 --- a/blog/index.html +++ b/blog/index.html @@ -1,23 +1,37 @@ --- -layout: full-text +layout: base title: titles.allposts --- -{% for post in paginator.posts %} -

{{ post.title }}

-

- {{ post.summary }} - {% t blog.tagged %}: - {% for tag in post.tags %} - [{{ tag }}] - {% endfor %} - -

-{% endfor %} +

{% t page.title %}

+ +
+ +
+
+ {% for post in paginator.posts %} +
+

{{ post.title }}

+

+ {{ post.summary }} +

+

+ {% t blog.tagged %}: + {% for tag in post.tags %} + [{{ tag }}] + {% endfor %} + +

+
+ {% endfor %} +
+
+ +
{% if paginator.total_pages > 1 %} -

+

{% if paginator.previous_page %} « Prev {% else %} @@ -39,5 +53,5 @@ title: titles.allposts {% else %} Next » {% endif %} -

+

{% endif %} diff --git a/community/hangouts/index.md b/community/hangouts/index.md index 3de582a1..c9ac8abb 100644 --- a/community/hangouts/index.md +++ b/community/hangouts/index.md @@ -6,11 +6,8 @@ permalink: /community/hangouts/index.html {% t global.lang_tag %}
-

{% t hangouts.intro %}

-
- -
-
+

{% t hangouts.intro %}

+
  • @@ -26,6 +23,9 @@ permalink: /community/hangouts/index.html
+
+ +
@@ -40,7 +40,7 @@ permalink: /community/hangouts/index.html

{% t hangouts.resources_para %}

-
+
@@ -73,25 +73,22 @@ permalink: /community/hangouts/index.html
-