diff options
author | Nick White <git@njw.name> | 2019-10-02 18:36:25 +0100 |
---|---|---|
committer | Nick White <git@njw.name> | 2019-10-02 18:36:25 +0100 |
commit | 4759a9694b07e35e627f736f31fd6b2460e7b9aa (patch) | |
tree | b2315f27f3476bd3ff5ecb2ae8c6f6d5ee0b8abf | |
parent | 37c58434bde205394c1550aee32d3621ac3ba182 (diff) |
List who we are on menu using reference
-rw-r--r-- | config.toml | 3 | ||||
-rw-r--r-- | content/who-we-are.md | 1 |
2 files changed, 1 insertions, 3 deletions
diff --git a/config.toml b/config.toml index 28dc0db..7364d7c 100644 --- a/config.toml +++ b/config.toml @@ -13,6 +13,3 @@ themeColor = "theme-rescribe" [[menu.main]] name = "Categories" url = "/categories/" -[[menu.main]] - name = "Who We Are" - url = "/who-we-are" diff --git a/content/who-we-are.md b/content/who-we-are.md index 6916979..2c7032d 100644 --- a/content/who-we-are.md +++ b/content/who-we-are.md @@ -1,6 +1,7 @@ --- title: "Who we are" date: 2019-02-11 +menu: "main" draft: true --- Rescribe is a not-for-profit company focused on improving the state of OCR and related technologies for historical books and documents. Free and open source software is key to the work we do, and we release all the code and training data we create and use on [github](https://github.com/rescribe). |