mirror of
https://github.com/twbs/bootstrap.git
synced 2025-08-18 19:31:35 +02:00
Change view in GitHub
links (#37223)
This commit is contained in:
committed by
GitHub
parent
e5643aaa89
commit
5aa7f72689
@@ -22,7 +22,7 @@
|
|||||||
|
|
||||||
<main class="col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
|
<main class="col-md-9 col-xl-8 py-md-3 pl-md-5 bd-content" role="main">
|
||||||
<div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between">
|
<div class="d-md-flex flex-md-row-reverse align-items-center justify-content-between">
|
||||||
<a class="btn btn-sm btn-bd-light my-2 my-md-0" href="{{ .Site.Params.repo }}/blob/v4-dev/site/content/{{ .Page.File.Path | replaceRE `\\` "/" }}" title="View and edit this file on GitHub" target="_blank" rel="noopener">View on GitHub</a>
|
<a class="btn btn-sm btn-bd-light my-2 my-md-0" href="{{ .Site.Params.repo }}/blob/v{{ .Site.Params.current_version }}/site/content/{{ .Page.File.Path | replaceRE `\\` "/" }}" title="View and edit this file on GitHub" target="_blank" rel="noopener">View on GitHub</a>
|
||||||
<h1 class="bd-title" id="content">{{ .Title | markdownify }}</h1>
|
<h1 class="bd-title" id="content">{{ .Title | markdownify }}</h1>
|
||||||
</div>
|
</div>
|
||||||
<p class="bd-lead">{{ .Page.Params.Description | markdownify }}</p>
|
<p class="bd-lead">{{ .Page.Params.Description | markdownify }}</p>
|
||||||
|
Reference in New Issue
Block a user