From 4ca372a997c9165434b4a24b7872cd5589bb788a Mon Sep 17 00:00:00 2001 From: Brian Zelip Date: Sat, 31 Aug 2024 10:24:31 -0400 Subject: [PATCH] TD-1 Add edit page and report issue links to layout --- _config.yml | 2 ++ _layouts/default.html | 20 ++++++++++++++++++++ 2 files changed, 22 insertions(+) diff --git a/_config.yml b/_config.yml index ada10ed..eb68c0c 100644 --- a/_config.yml +++ b/_config.yml @@ -23,3 +23,5 @@ github: # recreate gh-pages api repository_nwo: archivesspace/tech-docs owner_url: https://github.com/archivesspace owner_name: ArchivesSpace + edit_base_url: https://github.com/archivesspace/tech-docs/edit/master/ + new_issue_base_url: https://github.com/archivesspace/tech-docs/issues/new?title=Problem+on+ diff --git a/_layouts/default.html b/_layouts/default.html index 0870472..4dcac4e 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -38,6 +38,26 @@

{{ site.title | default: site.github.repo
  • View On GitHub
  • {% endif %} + +

    + + Edit this page on GitHub + {{ page.path }} + +

    + +

    + + Report issue on GitHub + {{ page.path }} + +