Site updated at 2016-10-11 12:27:32 UTC

This commit is contained in:
Travis CI 2016-10-11 12:27:32 +00:00
parent 86809e5bb9
commit 734e0963e0
24 changed files with 97 additions and 72 deletions

View file

@ -156,8 +156,6 @@ Content...Written in markdown.
</code></pre>
</div>
<p>If you are using templates then those parts needs to be <a href="http://stackoverflow.com/a/24102537">escaped</a>. Otherwise they will be rendered and appear blank on the website.</p>
<p>Note that you can replace <code class="highlighter-rouge">yaml</code> next to ``` with the language that is within the block.</p>
<p>When youre writing code that is to be executed on the terminal, prefix it with <code class="highlighter-rouge">$</code>.</p>
@ -166,7 +164,7 @@ Content...Written in markdown.
<p>For the <a href="/topics/templating/">configuration templating</a> is <a href="http://jinja.pocoo.org/">Jinja</a> used.</p>
<p>You need to embed all templates with <code class="highlighter-rouge">...</code> otherwise they will be rendered and this result in an empty output.</p>
<p>If you are using templates then those parts needs to be <a href="http://stackoverflow.com/a/24102537">escaped</a>. Otherwise they will be rendered and appear blank on the website.</p>
<h3><a class="title-link" name="html" href="#html"></a> HTML</h3>