Skip to content

Commit 8e3195f

Browse files
committed
fix Swagger UI head title display
1 parent b90a42a commit 8e3195f

File tree

1 file changed

+6
-2
lines changed

1 file changed

+6
-2
lines changed

src/server/templates/swagger_ui.jinja

Lines changed: 6 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,10 +1,14 @@
11
{% extends "base.jinja" %}
2-
{% block title %}API Docs{% endblock %}
2+
{% block title %}GitIngest API{% endblock %}
33
{% block content %}
44
<div class="mb-8">
55
<div class="relative w-full flex sm:flex-row flex-col justify-center sm:items-center">
66
{# Title & Sparkles #}
7-
<h1 class="landing-page-title">Gitingest API</h1>
7+
<h1 class="landing-page-title">
8+
GitIngest
9+
<br>
10+
API&nbsp;
11+
</h1>
812
<img src="/static/svg/sparkle-red.svg" class="sparkle-red no-drag">
913
<img src="/static/svg/sparkle-green.svg" class="sparkle-green no-drag">
1014
</div>

0 commit comments

Comments
 (0)