You are viewing a plain text version of this content. The canonical link for it is here.
Posted to commits@pdfbox.apache.org by ms...@apache.org on 2018/03/01 17:34:50 UTC

pdfbox-docs git commit: PDFBOX-3330: put post date below header

Repository: pdfbox-docs
Updated Branches:
  refs/heads/master 236e3aa92 -> 3fa30ccb5


PDFBOX-3330: put post date below header


Project: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/repo
Commit: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/commit/3fa30ccb
Tree: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/tree/3fa30ccb
Diff: http://git-wip-us.apache.org/repos/asf/pdfbox-docs/diff/3fa30ccb

Branch: refs/heads/master
Commit: 3fa30ccb5b2c4cb3e147473cdc89e2b9a4e8c8c5
Parents: 236e3aa
Author: Maruan Sahyoun <sa...@fileaffairs.de>
Authored: Thu Mar 1 18:34:34 2018 +0100
Committer: Maruan Sahyoun <sa...@fileaffairs.de>
Committed: Thu Mar 1 18:34:34 2018 +0100

----------------------------------------------------------------------
 content/index.md | 4 ++--
 1 file changed, 2 insertions(+), 2 deletions(-)
----------------------------------------------------------------------


http://git-wip-us.apache.org/repos/asf/pdfbox-docs/blob/3fa30ccb/content/index.md
----------------------------------------------------------------------
diff --git a/content/index.md b/content/index.md
index 7f561e6..0c2970d 100644
--- a/content/index.md
+++ b/content/index.md
@@ -29,7 +29,7 @@ title:   A Java PDF Library
     Apache PDFBox is published under the Apache License v2.0.</p>
 
 {% for post in site.categories.news limit:1 %}
-<h2>{{ post.title }} ({{ post.date  | date: "%Y-%m-%d"}})</h2>
+<h2>{{ post.title }}<br><small>{{ post.date  | date: "%Y-%m-%d"}}</small></h2>
 {{ post.content }}
 {% endfor %}
 
@@ -84,6 +84,6 @@ skills. Subscribe to the [Mailing Lists](/mailinglists.html) and find out how yo
 
 ## News
 {% for post in site.categories.news offset:1 limit:5 %}
-<h3>{{ post.title }} ({{ post.date  | date: "%Y-%m-%d"}}) </h3>
+<h3>{{ post.title }}<br><small>{{ post.date  | date: "%Y-%m-%d"}}</small></h3>
 {{ post.content }}
 {% endfor %}