This is an automated email from the ASF dual-hosted git repository.
wave pushed a commit to branch master
in repository https://gitbox.apache.org/repos/asf/petri-site.git
The following commit(s) were added to refs/heads/master by this push:
new 46d7c35 Update README.md
46d7c35 is described below
commit 46d7c35111eca2da29b5f24198505b54e57f8952
Author: Dave Fisher <[email protected]>
AuthorDate: Mon Apr 12 12:34:50 2021 -0700
Update README.md
---
theme/apache/templates/README.md | 4 ++--
1 file changed, 2 insertions(+), 2 deletions(-)
diff --git a/theme/apache/templates/README.md b/theme/apache/templates/README.md
index d0ae090..2c4a875 100644
--- a/theme/apache/templates/README.md
+++ b/theme/apache/templates/README.md
@@ -6,7 +6,7 @@ The Apache Theme included here consists two types of html files.
There should be one template for each page type.
2. HTML fragments.
There are fragments for different common parts of an html file.
-
+
## Page Templates
1. base.html - there is only one page type.
@@ -28,7 +28,7 @@ Each of the above files should be edited as needed for the
deployed website.
## Pelican Variables set in pelicanconf.py
-~~~
+~~~python
SITENAME = u'Apache <pmc>'
SITEDOMAIN = '<pmc>.apache.org'
SITEURL = 'https://<pmc>.apache.org'