From b0b275449b215c59b1621d509b07277c46c506f4 Mon Sep 17 00:00:00 2001 From: Ian Lewis Date: Wed, 28 Oct 2020 23:14:44 -0700 Subject: Add url option for blog authors PiperOrigin-RevId: 339608078 --- website/_includes/byline.html | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) (limited to 'website/_includes') diff --git a/website/_includes/byline.html b/website/_includes/byline.html index d8ae22cb0..1e808260f 100644 --- a/website/_includes/byline.html +++ b/website/_includes/byline.html @@ -5,7 +5,7 @@ By {% assign author_id=include.authors[i] %} {% assign author=site.authors[author_id] %} {% if author %} - {{ author.name }} + {{ author.name }} {% else %} {{ author_id }} {% endif %} -- cgit v1.2.3