diff --git a/_config.yml b/_config.yml index 13230dc0..5528df5e 100644 --- a/_config.yml +++ b/_config.yml @@ -227,6 +227,9 @@ defaults: type: "wiki" # Apply specifically to files in the 'wiki' collection values: giscus_comments: true # Set giscus_comments to true by default + edit: true # Turn on edit button for wiki pages + layout: wiki # Use the 'wiki' layout for wiki term pages + bibliography: papers.bib # Use the 'papers.bib' bibliography file for wiki term pages sass: style: compressed @@ -643,3 +646,9 @@ jsonresume: - languages - interests - references + +# ----------------------------------------------------------------------------- +# Edit this page button +# ----------------------------------------------------------------------------- +repo: ps-wiki/ps-wiki.github.io # your GitHub repo name +branch: main # your GitHub branch name diff --git a/_layouts/distill.liquid b/_layouts/distill.liquid index 2750fd7f..163ca3dd 100644 --- a/_layouts/distill.liquid +++ b/_layouts/distill.liquid @@ -67,10 +67,6 @@ {% endif %} - {% if page.last_update %} -

Last Updated: {{ page.last_update | date: '%B %d, %Y' }}

-
- {% endif %} {% if page.toc %}