Skip to content

Commit

Permalink
formatting error in GEDCOM.io changelog metadata
Browse files Browse the repository at this point in the history
  • Loading branch information
tychonievich committed Mar 12, 2023
1 parent 9fab5ed commit 126a4b9
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions build/push_to_gedcomio.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,11 +67,11 @@ def get_paths():
with open(join(doc,'..','changelog.md')) as cl_new:
with open(join(dst,'..','changelog.md'), 'w') as cl_old:
print('''---
title: FamilySearch GEDCOM Changelog
permalink: /changelog/
sidebar:
nav: "changelog"
---''', file=cl_old)
title: FamilySearch GEDCOM Changelog
permalink: /changelog/
sidebar:
nav: "changelog"
---''', file=cl_old)
for line in cl_new:
cl_old.write(line)

0 comments on commit 126a4b9

Please sign in to comment.