Site updated at 2017-11-09 11:24:42 UTC
This commit is contained in:
parent
f996394262
commit
12d40686b0
28 changed files with 76 additions and 66 deletions
|
@ -158,7 +158,11 @@
|
|||
</code></pre>
|
||||
</div>
|
||||
<h3><a class="title-link" name="manual-theme-selection" href="#manual-theme-selection"></a> Manual Theme Selection</h3>
|
||||
<p>When themes are enabled in the <code class="highlighter-rouge">configuration.yaml</code> file, a new option will show up in the Configuration panel under <code class="highlighter-rouge">configuration.yaml</code> called “Set a theme.” You can then choose any installed theme from the dropdown list and it will be applied immediately.</p>
|
||||
<p>When themes are enabled in the <code class="highlighter-rouge">configuration.yaml</code> file, a new option will show up in the Configuration panel under <strong>General</strong> called “Set a theme.” You can then choose any installed theme from the dropdown list and it will be applied immediately.</p>
|
||||
<p class="img">
|
||||
<img src="/images/frontend/choose-theme.png" />
|
||||
Set a theme
|
||||
</p>
|
||||
<h2><a class="title-link" name="loading-extra-html" href="#loading-extra-html"></a> Loading extra HTML</h2>
|
||||
<p>Starting with version 0.53 you can specify extra HTML files to load.</p>
|
||||
<p>Example:</p>
|
||||
|
@ -169,7 +173,13 @@
|
|||
<span class="pi">-</span> <span class="s">/file2.html</span>
|
||||
</code></pre>
|
||||
</div>
|
||||
<p>Those will be loaded via <code class="highlighter-rouge"><link rel='import' href='' async></code> on any page (states and panels)</p>
|
||||
<p>Those will be loaded via <code class="highlighter-rouge"><link rel='import' href='' async></code> on any page (states and panels).</p>
|
||||
<h3><a class="title-link" name="manual-language-selection" href="#manual-language-selection"></a> Manual Language Selection</h3>
|
||||
<p>The browser language is automatically detected. To use a different language, go to <strong>General</strong> in the Configuration panel and select a one from “Choose a Language”. It will be applied immediately.</p>
|
||||
<p class="img">
|
||||
<img src="/images/frontend/choose-language.png" />
|
||||
Choose a Language
|
||||
</p>
|
||||
</article>
|
||||
</div>
|
||||
<aside id="sidebar" class="grid__item one-third lap-one-whole palm-one-whole">
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue