From 2c949289173da379d38868417ac8e66969b966d4 Mon Sep 17 00:00:00 2001 From: Matthew Wang Date: Wed, 13 Nov 2019 23:06:23 -0800 Subject: [PATCH] oops, adds edit_link_text to layout --- _config.yml | 2 +- _layouts/default.html | 2 +- 2 files changed, 2 insertions(+), 2 deletions(-) diff --git a/_config.yml b/_config.yml index 09da13f..721cc74 100644 --- a/_config.yml +++ b/_config.yml @@ -45,7 +45,7 @@ show_last_edit_time: true last_edit_time_format: "%b %e %Y at %I:%M %p" show_gh_edit_link: true gh_edit_repository: "https://github.com/pmarsceill/just-the-docs" -edit_link_text: "Edit this page on GitHub" +edit_link_text: "Edit this page on GitHub." # Color scheme currently only supports "dark" or nil (default) color_scheme: nil diff --git a/_layouts/default.html b/_layouts/default.html index 9c333af..4496d9d 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -96,7 +96,7 @@ layout: table_wrappers {% endif %} {% if site.show_gh_edit_link and site.edit_link_text %}

- Edit this page on GitHub. + {{ site.edit_link_text }}

{% endif %} {% if site.footer_content != nil %}