Skip to content

Commit 5913aa8

Browse files
authored
Fix link reference in template documentation
1 parent 80169ac commit 5913aa8

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

templates.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -64,10 +64,10 @@
6464
<summary>Documentation for template designers</summary>
6565
<div class="infocontent">
6666
<code>
67-
<div>Okay, this page is a bit different from the others. It is intended to be used by template designers. For most users, the recommended action is to choose a theme on the <a href="/appearance.html">Appearance</a> page without changing the templates. However, if you want to practice your web development skills, keep reading.<br/><br/>Below is a list of variables that you can insert into the templates so that some information is inserted programmatically, without you having to worry about it while you focus on the content of your website.<br/><br/>These variables must be inserted as follows: <i>{{ item.subitem }}</i>. For example, to place the name of the website somewhere on the page, simply insert <i>{{ global.website_name }}</i> in its HTML code.<br/><br/>For more advanced uses of the Twig syntax, read this <a href="https://twig.symfony.com/doc/3.x/templates.html" target="_blank">page</a>.<br/><br/>List of variables:<br/></div>
67+
<div>Okay, this page is a bit different from the others. It is intended to be used by template designers. For most users, the recommended action is to choose a theme on the <a href="appearance.html">Appearance</a> page without changing the templates. However, if you want to practice your web development skills, keep reading.<br/><br/>Below is a list of variables that you can insert into the templates so that some information is inserted programmatically, without you having to worry about it while you focus on the content of your website.<br/><br/>These variables must be inserted as follows: <i>{{ item.subitem }}</i>. For example, to place the name of the website somewhere on the page, simply insert <i>{{ global.website_name }}</i> in its HTML code.<br/><br/>For more advanced uses of the Twig syntax, read this <a href="https://twig.symfony.com/doc/3.x/templates.html" target="_blank">page</a>.<br/><br/>List of variables:<br/></div>
6868
<h4>In the CSS section</h4>
6969
<ul>
70-
<li>global (object) [go to <a class="blue-link" href="/settings.html">Settings</a> to edit its attributes]
70+
<li>global (object) [go to <a class="blue-link" href="settings.html">Settings</a> to edit its attributes]
7171
<ul>
7272
<li>website_name (string)</li>
7373
<li>website_title (string)</li>

0 commit comments

Comments
 (0)