From 7bcbf18081a50d1748e2472a5f62146b99185b24 Mon Sep 17 00:00:00 2001 From: Amolith Date: Sat, 23 Mar 2019 14:05:23 -0400 Subject: [PATCH] add support for js --- cards.py | 2 +- index.html | 5 ++++- 2 files changed, 5 insertions(+), 2 deletions(-) diff --git a/cards.py b/cards.py index 292e811..4aba82e 100644 --- a/cards.py +++ b/cards.py @@ -19,6 +19,6 @@ for i in x["cards"]: with open('_site/index.html') as f: y = f.read() -y = y.replace('', text) +y = y.replace('', text) with open('_site/index.html', 'w') as f: f.write(y) diff --git a/index.html b/index.html index 5103404..767ae0b 100644 --- a/index.html +++ b/index.html @@ -22,7 +22,10 @@ priority: 0.9
- + +

Technical information about NixNet