File tree Expand file tree Collapse file tree 3 files changed +9
-1
lines changed
Expand file tree Collapse file tree 3 files changed +9
-1
lines changed Original file line number Diff line number Diff line change 99 < head >
1010 {% include head.html %}
1111 {% include head/custom.html %}
12+ < link rel ="stylesheet " href ="{{ '/assets/css/style.css' | relative_url }} ">
13+
1214 </ head >
1315
1416 < body >
Original file line number Diff line number Diff line change @@ -10,7 +10,7 @@ toc: true
1010
1111{% assign pubs = site.publications | sort: 'date' | reverse %}
1212{% for pub in pubs %}
13- {% if pub.doi %} <a href =" https://doi.org/{{ pub.doi }} " > ** {{pub.title}}** </a > {% else %} {{ ** pub.title** }} {% endif %}
13+ {% if pub.doi %} <a href =" https://doi.org/{{ pub.doi }} " class = " nobluelink " > ** {{pub.title}}** </a > {% else %} {{ ** pub.title** }} {% endif %}
1414{{ pub.authors}},
1515 _ {{ pub.venue }}_ ({{ pub.date | date: "%Y" }})
1616 {% if pub.pmid %} PMID: {{ pub.pmid }} {% endif %}
Original file line number Diff line number Diff line change 33 font-weight : bold ;
44 text-decoration : none ;
55}
6+
7+ .nobluelink {
8+ color : black !important ;
9+ font-weight : bold ;
10+ text-decoration : none ;
11+ }
You can’t perform that action at this time.
0 commit comments