retypeapp / retype

Retype is an ✨ ultra-high-performance✨ static site generator that builds a website based on simple text files.
https://retype.com
Other
1.01k stars 201 forks source link

How to remove edit icon #667

Closed Nzii3 closed 6 months ago

Nzii3 commented 6 months ago

How do I remove this at the bottom of pages?

image

geoffreymcgill commented 6 months ago

Hello. In your retype.yml file, you might have an edit setting. Just remove the edit and any sub-settings, and the link should be removed.

For example, in the retype.com retype.yml file, we would remove (or comment out) the following settings:

# edit:
  # repo: github.com/retypeapp/retype

Hope this helps.

Nzii3 commented 6 months ago

Yup that works! Thanks.