Show More
@@ -157,7 +157,7 b' class SphinxPreprocessor(Preprocessor):' | |||
|
157 | 157 | if self.publish_date: |
|
158 | 158 | resources["sphinx"]["date"] = self.publish_date |
|
159 | 159 | elif len(resources['metadata']['modified_date'].strip()) == 0: |
|
160 |
resources["sphinx"]["date"] = date.today().strftime("%B % |
|
|
160 | resources["sphinx"]["date"] = date.today().strftime("%B %d, %Y") | |
|
161 | 161 | else: |
|
162 | 162 | resources["sphinx"]["date"] = resources['metadata']['modified_date'] |
|
163 | 163 |
General Comments 0
You need to be logged in to leave comments.
Login now