File tree Expand file tree Collapse file tree
Expand file tree Collapse file tree File renamed without changes.
Original file line number Diff line number Diff line change 13401340 orcid : 0000-0002-0005-0441
13411341 plugin : orcid.py
13421342 file : orcid.yaml
1343- - id : doi:10.5281/ZENODO.18745493
1343+ - id : doi:10.5281/ZENODO.18745492
13441344 title : DynamicalSystemFramework
13451345 authors :
13461346 - Gregorio Berselli
1347- - Simone Balducci
13481347 publisher : Zenodo
1349- date : ' 2026-02-23 '
1350- link : https://doi.org/hbqgxc
1348+ date : ' 2026-03-12 '
1349+ link : https://doi.org/hbszpq
13511350 orcid : 0009-0004-7797-9138
13521351 plugin : orcid.py
13531352 file : orcid.yaml
Original file line number Diff line number Diff line change 3232
3333{% assign description = description | xml_escape %}
3434
35+ {% assign svg = "images/icon.svg" | file_exists %}
36+ {% assign logo_svg = "images/logo.svg" | file_exists %}
3537{% assign png = "images/logo.png" | file_exists %}
3638{% assign jpg = "images/icon.jpg" | file_exists %}
37- {% assign icon = png | default: jpg | relative_url %}
39+ {% assign icon = svg | default: logo_svg | default: png | default: jpg | relative_url %}
3840
3941{% assign jpg = "images/share.jpg" | file_exists %}
4042{% assign png = "images/share.png" | file_exists %}
Original file line number Diff line number Diff line change @@ -47,6 +47,25 @@ header a {
4747 height : 100% ;
4848}
4949
50+ .logo svg {
51+ overflow : visible ;
52+ }
53+
54+ .logo svg path ,
55+ .logo svg rect ,
56+ .logo svg circle ,
57+ .logo svg ellipse ,
58+ .logo svg polygon ,
59+ .logo svg polyline ,
60+ .logo svg line {
61+ stroke : #fff ;
62+ stroke-width : 3 ;
63+ stroke-linecap : round ;
64+ stroke-linejoin : round ;
65+ paint-order : stroke fill ;
66+ vector-effect : non- scaling- stroke;
67+ }
68+
5069.title-text {
5170 display : flex ;
5271 justify-content : flex-start ;
@@ -165,4 +184,4 @@ header[data-big] {
165184 .subtitle {
166185 font-size : var (--large );
167186 }
168- }
187+ }
You can’t perform that action at this time.
0 commit comments