Synchronized build

This commit is contained in:
Lektor Bot 2023-05-12 23:54:26 +00:00
parent f62e037322
commit a5244ee138
2 changed files with 4 additions and 4 deletions

View File

@ -206,7 +206,7 @@ will not show up, even if sources change.</p>
references a file which can affect the output of the plugin, it's important references a file which can affect the output of the plugin, it's important
to record this as a dependency.</p> to record this as a dependency.</p>
<p>Note that you should only track dependencies below the project folder. It <p>Note that you should only track dependencies below the project folder. It
is possible to dependend to things outside of it, but the automatic watch is possible to depend on things outside of it, but the automatic watch
system of the builder will not track files there so they will not show up system of the builder will not track files there so they will not show up
unless a manual build is instructed.</p> unless a manual build is instructed.</p>
<h2 id="example">Example</h2><div class="hll"><pre><span></span><span class="kn">import</span> <span class="nn">os</span> <h2 id="example">Example</h2><div class="hll"><pre><span></span><span class="kn">import</span> <span class="nn">os</span>

View File

@ -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-cb7900ed3e0d4f35926f8d6c002f0071"> <div class="carousel slide" data-ride="carousel" data-interval="8500" id="carousel-4d205e84b3234750ac049140b1c9eea7">
<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-cb7900ed3e0d4f35926f8d6c002f0071" role="button" data-slide="prev"> <a class="left carousel-control" href="#carousel-4d205e84b3234750ac049140b1c9eea7" 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-cb7900ed3e0d4f35926f8d6c002f0071" role="button" data-slide="next"> <a class="right carousel-control" href="#carousel-4d205e84b3234750ac049140b1c9eea7" 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>