From: Mark Otto Date: Tue, 4 Aug 2020 05:09:45 +0000 (-0700) Subject: Add view on GitHub links for easier content editing from the docs (#31339) X-Git-Tag: v5.0.0-alpha2~148 X-Git-Url: http://git.ipfire.org/cgi-bin/gitweb.cgi?a=commitdiff_plain;h=2d2b6759b6aa81ae6b750bb21c113860233eb130;p=thirdparty%2Fbootstrap.git Add view on GitHub links for easier content editing from the docs (#31339) * Add view on GitHub links for easier content editing from the docs * Update docs.html * Move to .btn-bd-light Co-authored-by: XhmikosR --- diff --git a/site/layouts/_default/docs.html b/site/layouts/_default/docs.html index 2e5bac7fcf..e75a6a3f4e 100644 --- a/site/layouts/_default/docs.html +++ b/site/layouts/_default/docs.html @@ -15,7 +15,10 @@
-

{{ .Title | markdownify }}

+
+ View on GitHub +

{{ .Title | markdownify }}

+

{{ .Page.Params.Description | markdownify }}

{{ partial "ads" . }}