Skip to content

Commit

Permalink
fix title
Browse files Browse the repository at this point in the history
Signed-off-by: Frost Ming <[email protected]>
  • Loading branch information
frostming committed Nov 27, 2023
1 parent 6a845fb commit 6628f2f
Show file tree
Hide file tree
Showing 4 changed files with 4 additions and 4 deletions.
2 changes: 1 addition & 1 deletion LICENSE
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
MIT License

Copyright (c) 2023 PyConChina
Copyright (c) 2023 PyCon China

Permission is hereby granted, free of charge, to any person obtaining a copy
of this software and associated documentation files (the "Software"), to deal
Expand Down
2 changes: 1 addition & 1 deletion PyConChina 2023.lektorproject
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
[project]
name = PyConChina 2023
name = PyCon China 2023
output_path = _build

[packages]
2 changes: 1 addition & 1 deletion templates/home.html
Original file line number Diff line number Diff line change
Expand Up @@ -6,7 +6,7 @@
<script src="https://cdnjs.cloudflare.com/ajax/libs/highlight.js/11.9.0/languages/python.min.js"></script>
{% endblock %}
{% block body %}
<figure class="lg:-mx-16"><img class="w-full" src="{{ 'banner.png'|asseturl }}" alt="PyConChina 2023" /></figure>
<figure class="lg:-mx-16"><img class="w-full" src="{{ 'banner.png'|asseturl }}" alt="PyCon China 2023" /></figure>
<pre id="code" class="py-2 px-4 my-4 rounded overflow-x-auto">
import openai

Expand Down
2 changes: 1 addition & 1 deletion templates/layout.html
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@
<meta name="viewport" content="width=device-width, initial-scale=1.0" />
<link rel="stylesheet" href="{{ '/static/style.css'|url }}" />
<link rel="stylesheet" href="{{ '/static/custom.css'|url }}" />
<title>{% block title %}Welcome{% endblock %} | PyConChina 2023</title>
<title>{% block title %}Welcome{% endblock %} | PyCon China 2023</title>
{% block head %}{% endblock %}
</head>
<body>
Expand Down

0 comments on commit 6628f2f

Please sign in to comment.