CARVIEW |
Select Language
HTTP/2 200
server: GitHub.com
content-type: text/html; charset=utf-8
last-modified: Mon, 24 Mar 2025 14:25:48 GMT
access-control-allow-origin: *
etag: W/"67e16b6c-11cf"
expires: Sun, 27 Jul 2025 01:33:36 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 2FD8:37D986:CB52E:F4D4F:68857F96
accept-ranges: bytes
age: 0
date: Sun, 27 Jul 2025 01:23:36 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210045-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753579416.954478,VS0,VE216
vary: Accept-Encoding
x-fastly-request-id: 24d58da9e0d57d90f700cbbdc05d8b4a1f494e59
content-length: 1482
Edit on GitHub link | GitHub Metadata
GitHub Metadata
Edit on GitHub link
The plugin also makes a tag available that generates links to edit the current page on GitHub.
To generate a link
<p>This site is open source. {% github_edit_link "Improve this page" %}</p>
Produces:
<p>This site is open source. <a href="https://github.com/benbalter/jekyll-edit-link/edit/master/README.md">Improve this page</a></p>
To generate a path
If you’d prefer to build your own link, simply don’t pass link text
<p>This site is open source. <a href="{% github_edit_link %}">Improve this page</a></p>
Produces:
<p>This site is open source. <a href="https://github.com/benbalter/jekyll-edit-link/edit/master/README.md">Improve this page</a></p>
This site is open source. Improve this page.