mirror of
https://github.com/wassname/template.git
synced 2026-07-27 11:28:23 +08:00
Text size and line-height bike-shedding, second time
This commit is contained in:
@@ -116,7 +116,7 @@ function doi_string(ent, new_line){
|
||||
|
||||
export function bibliography_cite(ent, fancy){
|
||||
if (ent){
|
||||
var cite = '<b>' + ent.title + '</b> ';
|
||||
var cite = '<span class="title">' + ent.title + '</span> ';
|
||||
cite += link_string(ent) + '<br>';
|
||||
cite += author_string(ent, '${L}, ${I}', ', ', ' and ');
|
||||
if (ent.year || ent.date){
|
||||
|
||||
Reference in New Issue
Block a user