Skip to content
Snippets Groups Projects
Commit 1cd3e29f authored by Vincent Mazenod's avatar Vincent Mazenod
Browse files

update course and fa

parent 08ffe23c
Branches
No related tags found
No related merge requests found
Pipeline #4937 passed
Showing
with 5506 additions and 3 deletions
File added
File added
File added
This diff is collapsed.
File added
File added
File added
File added
This diff is collapsed.
File added
File added
File added
...@@ -59,7 +59,7 @@ ...@@ -59,7 +59,7 @@
{% else %} {% else %}
<link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bootstrap.min.css" type="text/css"/> <link rel="stylesheet" href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/bootstrap.min.css" type="text/css"/>
{% endif %} {% endif %}
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/font-awesome.min.css" rel="stylesheet"> <link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/all.min.css" rel="stylesheet">
<link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygments/{{ PYGMENTS_STYLE|default('native') }}.css" rel="stylesheet"> <link href="{{ SITEURL }}/{{ THEME_STATIC_DIR }}/css/pygments/{{ PYGMENTS_STYLE|default('native') }}.css" rel="stylesheet">
{% if 'tipue_search' in PLUGINS %} {% if 'tipue_search' in PLUGINS %}
......
...@@ -5,7 +5,7 @@ ...@@ -5,7 +5,7 @@
<li class="list-group-item"> <li class="list-group-item">
<h4> <h4>
<i class="fa fa-link" aria-hidden="true"></i> <i class="fa fa-link" aria-hidden="true"></i>
{{ title(_('Links'), DISABLE_SIDEBAR_TITLE_ICONS, icon='external-link-square') }} {{ title(_('Recherche'), DISABLE_SIDEBAR_TITLE_ICONS, icon='external-link-square') }}
</h4> </h4>
<ul class="list-group" id="links"> <ul class="list-group" id="links">
{% for icon, name, link in LINKS %} {% for icon, name, link in LINKS %}
......
...@@ -4,7 +4,7 @@ ...@@ -4,7 +4,7 @@
<!-- Sidebar/Social --> <!-- Sidebar/Social -->
<li class="list-group-item"> <li class="list-group-item">
<h4> <h4>
<i class="fa fa-user-circle-o" aria-hidden="true"></i> <i class="fa fa-user" aria-hidden="true"></i>
{{ title(_('Social'), DISABLE_SIDEBAR_TITLE_ICONS) }} {{ title(_('Social'), DISABLE_SIDEBAR_TITLE_ICONS) }}
</h4> </h4>
<ul class="list-group" id="social"> <ul class="list-group" id="social">
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment