Skip to content
GitLab
Explore
Sign in
Primary navigation
Search or go to…
Project
P
Pelican Themes
Manage
Activity
Members
Code
Repository
Branches
Commits
Tags
Repository graph
Compare revisions
Deploy
Package Registry
Operate
Terraform modules
Analyze
Contributor analytics
Help
Help
Support
GitLab documentation
Compare GitLab plans
Community forum
Contribute to GitLab
Provide feedback
Terms and privacy
Keyboard shortcuts
?
Snippets
Groups
Projects
Show more breadcrumbs
Lapinours
Pelican Themes
Commits
7274a619
Commit
7274a619
authored
2 weeks ago
by
yahiko
Browse files
Options
Downloads
Patches
Plain Diff
Change CSS category for voyages + add date to draft list
parent
e397aaa6
No related branches found
No related tags found
No related merge requests found
Changes
2
Hide whitespace changes
Inline
Side-by-side
Showing
2 changed files
simple-erreur503/static/css/categories.css
+1
-1
1 addition, 1 deletion
simple-erreur503/static/css/categories.css
simple-erreur503/templates/drafts.html
+1
-1
1 addition, 1 deletion
simple-erreur503/templates/drafts.html
with
2 additions
and
2 deletions
simple-erreur503/static/css/categories.css
+
1
−
1
View file @
7274a619
...
@@ -51,7 +51,7 @@
...
@@ -51,7 +51,7 @@
}
}
/* voyage */
/* voyage */
.cat-voyages
::before
{
.cat-voyages
-balades
::before
{
content
:
"🗺️"
;
content
:
"🗺️"
;
letter-spacing
:
10px
;
letter-spacing
:
10px
;
margin-left
:
-5px
;
margin-left
:
-5px
;
...
...
This diff is collapsed.
Click to expand it.
simple-erreur503/templates/drafts.html
+
1
−
1
View file @
7274a619
...
@@ -2,7 +2,7 @@
...
@@ -2,7 +2,7 @@
<div
class=
"drafts"
>
<div
class=
"drafts"
>
<ul>
<ul>
{% for draft in drafts %}
{% for draft in drafts %}
<li><a
href=
"{{ SITEURL }}/{{ draft.url }}"
>
{{ draft.title }}
</a></li>
<li>
{{ draft.locale_date }} -
<a
href=
"{{ SITEURL }}/{{ draft.url }}"
>
{{ draft.title }}
</a></li>
{% endfor %}
{% endfor %}
</ul>
</ul>
</div>
</div>
\ No newline at end of file
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