import popper.js
Signed-off-by: Nico Schottelius <nico@nico-notebook.schottelius.org>
This commit is contained in:
parent
615dc56d16
commit
16fb2bb919
241 changed files with 34099 additions and 0 deletions
27
assets/u/static/popper.js-1.16.0/docs/_includes/footer.html
Executable file
27
assets/u/static/popper.js-1.16.0/docs/_includes/footer.html
Executable file
|
|
@ -0,0 +1,27 @@
|
|||
<!-- Footer -->
|
||||
<footer id="footer">
|
||||
<ul class="icons">
|
||||
{% for socloc in site.social %}
|
||||
{% if socloc[1] %}
|
||||
{% if socloc[0] == 'email' %}
|
||||
<li><a target="_blank" href="{{ socloc[1] }}" class="icon fa-envelope-o"
|
||||
><span class="label">E-mail</span></a></li>
|
||||
{% else %}
|
||||
<li><a target="_blank" href="{{ socloc[1] }}" class="icon fa-{{ socloc[0] }}"
|
||||
><span class="label">{{ socloc[0] }}</span></a></li>
|
||||
{% endif %}
|
||||
{% endif %}
|
||||
{% endfor %}
|
||||
</ul>
|
||||
<ul class="copyright">
|
||||
<li>© {% assign thisyear = site.time | date: "%Y" %}
|
||||
{% if site.first_published %}
|
||||
{% capture diff %}{{ site.first_published | minus:thisyear }}{% endcapture %}
|
||||
{% if diff contains '-' %}{{ site.first_published }},{% endif %}
|
||||
{% endif %}
|
||||
{{ thisyear }}
|
||||
{% if site.owner %}{{ site.owner }}{% else %}{{ site.title }}{% endif %}</li>
|
||||
<li>Design: <a href="https://html5up.net" target="_blank">HTML5 UP</a></li>
|
||||
<li>Built with: <a href="https://jekyllrb.com" target="_blank">Jekyll</a></li>
|
||||
</ul>
|
||||
</footer>
|
||||
Loading…
Add table
Add a link
Reference in a new issue