File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change @@ -109,7 +109,10 @@ <h1>
109
109
{%- if pagename != "index" %}
110
110
</ a >
111
111
{%- endif %}
112
- < div title ="Released on {{release_date}} "> v. {{version}}</ div >
112
+ {% set release_year = release_date.split(',')[1].strip() %}
113
+ < div id ="version_link " title ="Released on {{release_date}} ">
114
+ < a style ="text-decoration:none; " href ="{{ pathto('news') }}{{release_year}}/unit-{{version}}-released/ "> v. {{version}}</ a >
115
+ </ div >
113
116
</ h1 >
114
117
{{ toctree(maxdepth = 4) }}
115
118
</ div >
Original file line number Diff line number Diff line change 13
13
a {
14
14
color : # 333 ;
15
15
}
16
+ # version_link a {
17
+ color : # 333 ;
18
+ }
16
19
a : hover {
17
20
text-decoration : none;
18
21
}
@@ -781,6 +784,9 @@ iframe {
781
784
a {
782
785
color : # 8cb4ff ;
783
786
}
787
+ # version_link a {
788
+ color : # cbd5e1 ;
789
+ }
784
790
# content .literal ,
785
791
# content span .option {
786
792
background : # 343434 ;
You can’t perform that action at this time.
0 commit comments