fix github link

This commit is contained in:
Zhuohan Li 2023-11-14 16:44:56 -08:00
parent d9970f9003
commit c7a068ba20
2 changed files with 3 additions and 3 deletions

View File

@ -1,7 +1,7 @@
title: vLLM Blog
author:
name: © 2023. vLLM Team. All rights reserved.
email: https://github.com/vllm-project/vllm
github: https://github.com/vllm-project/vllm
google_analytics: G-9C5R3JR3QS
# The `>` after `description:` means to ignore line-breaks until next key.

View File

@ -17,8 +17,8 @@
{% if site.author.name -%}
<li class="p-name">{{ site.author.name | escape }}</li>
{% endif -%}
{% if site.author.email -%}
<li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
{% if site.author.github -%}
<li><a href="{{ site.author.github }}">{{ site.author.github }}</a></li>
{%- endif %}
</ul>
{%- endif %}