This is an automated email from the ASF dual-hosted git repository. wave pushed a commit to branch main in repository https://gitbox.apache.org/repos/asf/openoffice-org.git
commit 878f7f6a51bda54f379f7f98d280291cffc97c95 Author: Dave Fisher <[email protected]> AuthorDate: Fri Oct 23 12:21:27 2020 -0700 footer and doctype are no longer templated. they are now constant html. --- assets/doctype.html | 1 + {templates => assets}/footer.html | 2 +- content/doctype.md | 1 - content/footer.md | 1 - templates/doctype.html | 1 - 5 files changed, 2 insertions(+), 4 deletions(-) diff --git a/assets/doctype.html b/assets/doctype.html new file mode 100644 index 0000000..0e76edd --- /dev/null +++ b/assets/doctype.html @@ -0,0 +1 @@ +<!DOCTYPE html> diff --git a/templates/footer.html b/assets/footer.html similarity index 97% rename from templates/footer.html rename to assets/footer.html index f3b1866..a6dbea9 100644 --- a/templates/footer.html +++ b/assets/footer.html @@ -1,4 +1,4 @@ - <div id="{{ headers.divid }}"> + <div id="footera"> <div id="asfbanner"> <p><a href="https://www.apache.org/events/current-event.html"><img src="https://www.apache.org/events/current-event-234x60.png" alt="Apache Events" height="60" width="234" /></a></p> </div> diff --git a/content/doctype.md b/content/doctype.md deleted file mode 100644 index 91639f8..0000000 --- a/content/doctype.md +++ /dev/null @@ -1 +0,0 @@ -doctype: html \ No newline at end of file diff --git a/content/footer.md b/content/footer.md deleted file mode 100644 index 61466ac..0000000 --- a/content/footer.md +++ /dev/null @@ -1 +0,0 @@ -divid: footera diff --git a/templates/doctype.html b/templates/doctype.html deleted file mode 100644 index 7b88be0..0000000 --- a/templates/doctype.html +++ /dev/null @@ -1 +0,0 @@ -<!DOCTYPE {{ headers.doctype }}>
