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, 20 Jul 2025 00:35:33 GMT
cache-control: max-age=600
content-encoding: gzip
x-proxy-cache: MISS
x-github-request-id: 4506:0900:4E0EA:62684:687C377B
accept-ranges: bytes
age: 0
date: Sun, 20 Jul 2025 00:25:33 GMT
via: 1.1 varnish
x-served-by: cache-bom4734-BOM
x-cache: MISS
x-cache-hits: 0
x-timer: S1752971133.846836,VS0,VE592
vary: Accept-Encoding
x-fastly-request-id: 095f8de75fc474de4df376945db0f094e7b76680
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.