fix github link
This commit is contained in:
parent
d9970f9003
commit
c7a068ba20
|
@ -1,7 +1,7 @@
|
||||||
title: vLLM Blog
|
title: vLLM Blog
|
||||||
author:
|
author:
|
||||||
name: © 2023. vLLM Team. All rights reserved.
|
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
|
google_analytics: G-9C5R3JR3QS
|
||||||
|
|
||||||
# The `>` after `description:` means to ignore line-breaks until next key.
|
# The `>` after `description:` means to ignore line-breaks until next key.
|
||||||
|
|
|
@ -17,8 +17,8 @@
|
||||||
{% if site.author.name -%}
|
{% if site.author.name -%}
|
||||||
<li class="p-name">{{ site.author.name | escape }}</li>
|
<li class="p-name">{{ site.author.name | escape }}</li>
|
||||||
{% endif -%}
|
{% endif -%}
|
||||||
{% if site.author.email -%}
|
{% if site.author.github -%}
|
||||||
<li><a class="u-email" href="mailto:{{ site.author.email }}">{{ site.author.email }}</a></li>
|
<li><a href="{{ site.author.github }}">{{ site.author.github }}</a></li>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
</ul>
|
</ul>
|
||||||
{%- endif %}
|
{%- endif %}
|
||||||
|
|
Loading…
Reference in New Issue