Skip to content
Snippets Groups Projects
Commit a445a654 authored by Lukáš Krupčík's avatar Lukáš Krupčík
Browse files

vagrant test

parent d7c19111
Branches
Tags
No related merge requests found
...@@ -38,28 +38,6 @@ ...@@ -38,28 +38,6 @@
{% include "nav.html" %} {% include "nav.html" %}
{% endfor %} {% endfor %}
</ul> </ul>
{% if config.extra.author %}
<hr>
<span class="section">The author</span>
<ul>
{% if config.extra.author.twitter %}
{% set author = config.extra.author.twitter %}
<li>
<a href="https://twitter.com/{{ author }}" target="_blank" title="@{{ author }} on Twitter">
@{{ author }} on Twitter
</a>
</li>
{% endif %}
{% if config.extra.author.github %}
{% set author = config.extra.author.github %}
<li>
<a href="https://github.com/{{ author }}" target="_blank" title="@{{ author }} on GitHub">
@{{ author }} on GitHub
</a>
</li>
{% endif %}
</ul>
{% endif %}
</div> </div>
</div> </div>
</div> </div>
......
...@@ -22,18 +22,9 @@ ...@@ -22,18 +22,9 @@
{{ page_title | default(site_name, true) }} {{ page_title | default(site_name, true) }}
</div> </div>
</div> </div>
{% if config.extra.get("author", {}).twitter %}
{% set author = config.extra.author.twitter %}
<div class="button button-twitter" role="button" aria-label="Twitter">
<a href="https://twitter.com/{{ author }}" title="@{{ author }} on Twitter" target="_blank" class="toggle-button icon icon-twitter"></a>
</div>
{% endif %}
{% if config.extra.get("author", {}).github %}
{% set author = config.extra.author.github %}
<div class="button button-github" role="button" aria-label="GitHub"> <div class="button button-github" role="button" aria-label="GitHub">
<a href="https://github.com/{{ author }}" title="@{{ author }} on GitHub" target="_blank" class="toggle-button icon icon-github"></a> <a href="https://gitlab.it4i.cz/kru0052/docs.it4i" title="@{{ author }} on GitLab" target="_blank" class="toggle-button icon icon-github"></a>
</div> </div>
{% endif %}
<div class="button button-search" role="button" aria-label="Search"> <div class="button button-search" role="button" aria-label="Search">
<label class="toggle-button icon icon-search" title="Search" for="toggle-search"></label> <label class="toggle-button icon icon-search" title="Search" for="toggle-search"></label>
</div> </div>
...@@ -51,4 +42,4 @@ ...@@ -51,4 +42,4 @@
<button class="toggle-button icon icon-close" id="reset-search"></button> <button class="toggle-button icon icon-close" id="reset-search"></button>
</div> </div>
</div> </div>
</nav> </nav>
\ No newline at end of file
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment