Synchronized build
This commit is contained in:
parent
0d58795b65
commit
ae2975dd31
|
@ -151,7 +151,7 @@ speak multiple languages and allow you to easily create localized websites.</li>
|
||||||
<div class="slideshow-wrapper">
|
<div class="slideshow-wrapper">
|
||||||
<div class="slideshow">
|
<div class="slideshow">
|
||||||
<div class="slideshow-inner">
|
<div class="slideshow-inner">
|
||||||
<div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-5670ff298b4d4af6923b6a949a7b5537">
|
<div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-d80604fb47ae4f9ba82997a885fb0b8f">
|
||||||
|
|
||||||
<div class="carousel-inner" role="listbox">
|
<div class="carousel-inner" role="listbox">
|
||||||
|
|
||||||
|
@ -210,11 +210,11 @@ be completely customized.</p>
|
||||||
</div>
|
</div>
|
||||||
|
|
||||||
</div>
|
</div>
|
||||||
<a class="left carousel-control" href="#carousel-5670ff298b4d4af6923b6a949a7b5537" role="button" data-slide="prev">
|
<a class="left carousel-control" href="#carousel-d80604fb47ae4f9ba82997a885fb0b8f" role="button" data-slide="prev">
|
||||||
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
<span class="glyphicon glyphicon-chevron-left" aria-hidden="true"></span>
|
||||||
<span class="sr-only">Previous</span>
|
<span class="sr-only">Previous</span>
|
||||||
</a>
|
</a>
|
||||||
<a class="right carousel-control" href="#carousel-5670ff298b4d4af6923b6a949a7b5537" role="button" data-slide="next">
|
<a class="right carousel-control" href="#carousel-d80604fb47ae4f9ba82997a885fb0b8f" role="button" data-slide="next">
|
||||||
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
<span class="glyphicon glyphicon-chevron-right" aria-hidden="true"></span>
|
||||||
<span class="sr-only">Next</span>
|
<span class="sr-only">Next</span>
|
||||||
</a>
|
</a>
|
||||||
|
|
|
@ -115,8 +115,12 @@
|
||||||
<div class="col-sm-9 doc-styling">
|
<div class="col-sm-9 doc-styling">
|
||||||
<h2>Project Description</h2>
|
<h2>Project Description</h2>
|
||||||
|
|
||||||
<a href="https://lektor-make.readthedocs.io/en/latest/" rel="nofollow"><img alt="https://readthedocs.org/projects/lektor-make/badge/?version=latest" src="https://readthedocs.org/projects/lektor-make/badge/?version=latest"></a>
|
<a href="https://lektor-make.readthedocs.io/en/latest/" rel="nofollow">
|
||||||
<a href="https://pypi.org/project/lektor-make" rel="nofollow"><img alt="https://img.shields.io/pypi/v/lektor-make?color=success" src="https://img.shields.io/pypi/v/lektor-make?color=success"></a>
|
<img alt="https://readthedocs.org/projects/lektor-make/badge/?version=latest" src="https://readthedocs.org/projects/lektor-make/badge/?version=latest">
|
||||||
|
</a>
|
||||||
|
<a href="https://pypi.org/project/lektor-make" rel="nofollow">
|
||||||
|
<img alt="https://img.shields.io/pypi/v/lektor-make?color=success" src="https://img.shields.io/pypi/v/lektor-make?color=success">
|
||||||
|
</a>
|
||||||
<p>Lektor plugin to run <cite>make lektor</cite> for custom build systems.</p>
|
<p>Lektor plugin to run <cite>make lektor</cite> for custom build systems.</p>
|
||||||
<section id="install">
|
<section id="install">
|
||||||
<h2>Install</h2>
|
<h2>Install</h2>
|
||||||
|
|
Loading…
Reference in New Issue