diff --git a/config.toml b/config.toml index ec1a33b..e79b386 100644 --- a/config.toml +++ b/config.toml @@ -29,6 +29,11 @@ relativeURLs = true weight = -100 url = "https://data-apis.org/array-api/latest/" +[[menu.main]] + name = "Annual reports" + weight = -50 + url = "/annual-reports/" + # To render raw html tags within Markdown [markup.goldmark.renderer] unsafe= true diff --git a/content/annual-reports.md b/content/annual-reports.md new file mode 100644 index 0000000..02c23ab --- /dev/null +++ b/content/annual-reports.md @@ -0,0 +1,7 @@ ++++ +title = "Annual Reports" +draft = false +weight = 30 ++++ + +- [2021 annual report](/files/2021_annual_report_DataAPIs_Consortium.pdf) diff --git a/static/files/2021_annual_report_DataAPIs_Consortium.pdf b/static/files/2021_annual_report_DataAPIs_Consortium.pdf new file mode 100644 index 0000000..aeb08ce Binary files /dev/null and b/static/files/2021_annual_report_DataAPIs_Consortium.pdf differ