Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
G
gabian
Manage
Activity
Members
Labels
Plan
Issues
Issue boards
Milestones
Wiki
Code
Merge requests
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Snippets
Build
Pipelines
Jobs
Pipeline schedules
Artifacts
Deploy
Releases
Package registry
Container registry
Model registry
Operate
Environments
Terraform modules
Monitor
Incidents
Analyze
Value stream analytics
Contributor analytics
CI/CD analytics
Repository analytics
Model experiments
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
pelican
gabian
Commits
3a2dd71d
Commit
3a2dd71d
authored
2 years ago
by
Emmanuel Godard
Browse files
Options
Downloads
Patches
Plain Diff
footer
parent
14105f16
No related branches found
No related tags found
1 merge request
!1
No gf
Changes
2
Show whitespace changes
Inline
Side-by-side
Showing
2 changed files
static/css/main.css
+15
-2
15 additions, 2 deletions
static/css/main.css
templates/base.html
+10
-1
10 additions, 1 deletion
templates/base.html
with
25 additions
and
3 deletions
static/css/main.css
+
15
−
2
View file @
3a2dd71d
...
...
@@ -240,8 +240,21 @@ time {
border-top
:
solid
1px
#cecece
;
}
#container
footer
ul
{
margin-top
:
1rem
;
margin-left
:
-1rem
;
list-style
:
none
;
display
:
flex
;
justify-content
:
flex-center
;
}
#container
footer
ul
li
{
margin
:
2px
;
}
#container
footer
h6
{
font-size
:
0.8em
;
display
:
block
;
}
#container
main
p
{
...
...
This diff is collapsed.
Click to expand it.
templates/base.html
+
10
−
1
View file @
3a2dd71d
...
...
@@ -32,6 +32,9 @@
{% if SOCIAL or FEED_ALL_ATOM or FEED_ALL_RSS %}
<ul
class=
"social-media"
>
{% if SOCIAL %}
<li>
Contact:
</li>
{% endif %}
{% for name, link in SOCIAL %}
<li><a
href=
"{{ link }}"
><i
class=
"fa fa-{{ name }} fa-lg"
aria-hidden=
"true"
></i></a></li>
{% endfor %}
...
...
@@ -72,6 +75,12 @@
{% block content %}
{% endblock %}
<footer>
<ul>
{% for img, link in LINKS %}
<li><a
href=
"{{ link }}"
>
{{ img }}
</a></li>
{% endfor %}
</ul>
<p>
<h6>
Rendered by
<a
href=
"http://getpelican.com/"
>
Pelican
</a>
•
Theme by
<a
href=
"https://gitlab.lis-lab.fr/pelican/gabian"
>
gabian
</a>
•
Copyright
...
...
This diff is collapsed.
Click to expand it.
Preview
0%
Loading
Try again
or
attach a new file
.
Cancel
You are about to add
0
people
to the discussion. Proceed with caution.
Finish editing this message first!
Save comment
Cancel
Please
register
or
sign in
to comment