Compare commits
1 Commits
fbf54a4a5a
...
session/CF
| Author | SHA1 | Date | |
|---|---|---|---|
|
|
9dd4a68d71 |
1
.gitignore
vendored
1
.gitignore
vendored
@@ -1,4 +1,3 @@
|
||||
public/
|
||||
resources/
|
||||
.hugo_build.lock
|
||||
.claude-session/
|
||||
|
||||
3
.gitmodules
vendored
3
.gitmodules
vendored
@@ -0,0 +1,3 @@
|
||||
[submodule "themes/congo"]
|
||||
path = themes/congo
|
||||
url = https://github.com/jpanther/congo.git
|
||||
|
||||
@@ -37,7 +37,7 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/chart.js@4.4.7/dist/chart.umd.min.js"></script>
|
||||
<script>
|
||||
(function() {
|
||||
var LANG = {{ $lang }};
|
||||
var LANG = "{{ $lang }}";
|
||||
var countries = {{ $countries | jsonify }};
|
||||
|
||||
var statusLabels = {
|
||||
|
||||
@@ -33,7 +33,7 @@
|
||||
<script src="https://cdn.jsdelivr.net/npm/topojson-client@3.1.0/dist/topojson-client.min.js"></script>
|
||||
<script>
|
||||
(function() {
|
||||
var LANG = {{ $lang }};
|
||||
var LANG = "{{ $lang }}";
|
||||
var STATUS_COLORS = { enforced: '#4d7c0f', passed: '#059669', progress: '#86efac', guidelines: '#d1fae5' };
|
||||
var STATUS_LABELS = {
|
||||
en: { enforced: 'Enforced', passed: 'Passed', progress: 'In Progress', guidelines: 'Guidelines' },
|
||||
|
||||
Reference in New Issue
Block a user