Skip to content
GitLab
Menu
Projects
Groups
Snippets
Loading...
Help
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Menu
Open sidebar
Sito
poul.org
Commits
aec8b6a9
Verified
Commit
aec8b6a9
authored
Apr 23, 2021
by
Roberto Bochet
Browse files
Added calendar in the footer
parent
ded00d13
Pipeline
#778
passed with stages
in 6 minutes and 14 seconds
Changes
2
Pipelines
2
Hide whitespace changes
Inline
Side-by-side
_config.yml
View file @
aec8b6a9
...
...
@@ -46,6 +46,7 @@ social:
twitter
:
"
poul_polimi"
github
:
"
Politecnico-Open-unix-Labs"
youtube
:
"
POuLpolimi"
calendar
:
"
https://go.poul.org/calendar"
rss
:
"
/feed.xml"
email
:
"
https://list.poul.org/postorius/lists/mailinglist.poul.org/"
...
...
_includes/footer.html
View file @
aec8b6a9
...
...
@@ -25,6 +25,9 @@
{% if site.social.github %}
<a
href=
"https://github.com/{{ site.social.github }}"
><i
class=
"fa fa-github"
></i></a>
{% endif %}
{% if site.social.calendar %}
<a
href=
"{{ site.social.calendar }}"
target=
"_blank"
><i
class=
"fa fa-calendar"
></i></a>
{% endif %}
{% if site.social.rss %}
<a
href=
"{{ site.social.rss }}"
><i
class=
"fa fa-rss"
></i></a>
{% endif %}
...
...
Write
Preview
Markdown
is supported
0%
Try again
or
attach a new file
.
Attach a file
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Cancel
Please
register
or
sign in
to comment