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: Wed, 23 Jul 2025 00:12:56 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 258D:3CEF0C:1EB94:284DC:688026B0
accept-ranges: bytes
age: 0
date: Wed, 23 Jul 2025 00:02:56 GMT
via: 1.1 varnish
x-served-by: cache-bom-vanm7210083-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1753228977.677679,VS0,VE236
vary: Accept-Encoding
x-fastly-request-id: a5e37d79bcca4a111976b7cc0b04b887c9090bfa
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.