Skip to content
GitLab
Projects
Groups
Snippets
Help
Loading...
Help
What's new
7
Help
Support
Community forum
Keyboard shortcuts
?
Submit feedback
Contribute to GitLab
Sign in
Toggle navigation
Open sidebar
groupe-calcul
website
Commits
e388a5c1
Commit
e388a5c1
authored
Oct 12, 2020
by
Fabrice Roy
Browse files
Options
Browse Files
Download
Email Patches
Plain Diff
changement de taille de police pour les regions
parent
0fdf14af
Changes
1
Hide whitespace changes
Inline
Side-by-side
Showing
1 changed file
with
1 addition
and
1 deletion
+1
-1
plugins/meso_list/html_translator.py
plugins/meso_list/html_translator.py
+1
-1
No files found.
plugins/meso_list/html_translator.py
View file @
e388a5c1
...
...
@@ -62,7 +62,7 @@ class myHTMLTranslator(PelicanHTMLTranslator):
super
().
__init__
(
*
args
,
*
kwargs
)
def
visit_region
(
self
,
node
):
self
.
body
.
append
(
f
'<div class="region"><h
3
>
{
node
[
"name"
]
}
</h
3
>'
)
self
.
body
.
append
(
f
'<div class="region"><h
1
>
{
node
[
"name"
]
}
</h
1
>'
)
def
depart_region
(
self
,
node
):
self
.
body
.
append
(
'</div>'
)
...
...
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