This is an automated email from the ASF dual-hosted git repository.

msahyoun pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/pdfbox-docs.git


The following commit(s) were added to refs/heads/master by this push:
     new 8d9c4a4  PDFBOX-4848: add missing site description from Jekyll 
transition
8d9c4a4 is described below

commit 8d9c4a43618317e35cc160299e9d6c2caa1e6aa1
Author: Maruan Sahyoun <sahy...@fileaffairs.de>
AuthorDate: Tue Jun 30 12:32:38 2020 +0200

    PDFBOX-4848: add missing site description from Jekyll transition
---
 content/_data/metadata.json | 5 +++++
 content/_includes/head.html | 2 +-
 2 files changed, 6 insertions(+), 1 deletion(-)

diff --git a/content/_data/metadata.json b/content/_data/metadata.json
new file mode 100644
index 0000000..c537294
--- /dev/null
+++ b/content/_data/metadata.json
@@ -0,0 +1,5 @@
+{
+    "title": "Apache PDFBox | A Java PDF Library",
+    "url": "https://pdfbox.apache.org/";,
+    "description": "The Apache PDFBox™ library is an open source Java tool for 
working with PDF documents. This project allows creation of new PDF documents, 
manipulation of existing documents and the ability to extract content from 
documents. Apache PDFBox also includes several command-line utilities. Apache 
PDFBox is published under the Apache License v2.0."
+  }
\ No newline at end of file
diff --git a/content/_includes/head.html b/content/_includes/head.html
index 77d3da2..e706d9b 100644
--- a/content/_includes/head.html
+++ b/content/_includes/head.html
@@ -2,7 +2,7 @@
     <meta charset="utf-8">
     <meta http-equiv="X-UA-Compatible" content="IE=edge">
     <meta name="viewport" content="width=device-width, initial-scale=1">
-    <meta name="description" content="{{site.description}}">
+    <meta name="description" content="{{metadata.description}}">
 
     <title>Apache PDFBox |  {{title}}</title>
 

Reply via email to