mirror of
https://github.com/vinta/awesome-python.git
synced 2026-08-04 07:03:57 +00:00
copy: tighten website microcopy for clarity
Shorten metric labels, simplify section headings, rewrite CTA and noscript message to be more direct and less verbose. Co-Authored-By: Claude <noreply@anthropic.com>
This commit is contained in:
parent
2a5dc1a133
commit
15df04ea23
2 changed files with 15 additions and 19 deletions
|
|
@ -6,14 +6,14 @@
|
|||
<title>{% block title %}Awesome Python{% endblock %}</title>
|
||||
<meta
|
||||
name="description"
|
||||
content="{% block description %}An opinionated list of awesome Python frameworks, libraries, software and resources. {{ total_entries }} libraries across {{ categories | length }} categories.{% endblock %}"
|
||||
content="{% block description %}An opinionated list of Python frameworks, libraries, tools, and resources. {{ total_entries }} projects across {{ categories | length }} categories.{% endblock %}"
|
||||
/>
|
||||
<link rel="canonical" href="https://awesome-python.com/" />
|
||||
<meta property="og:type" content="website" />
|
||||
<meta property="og:title" content="Awesome Python" />
|
||||
<meta
|
||||
property="og:description"
|
||||
content="An opinionated list of awesome Python frameworks, libraries, software and resources."
|
||||
content="An opinionated list of Python frameworks, libraries, tools, and resources."
|
||||
/>
|
||||
<meta property="og:url" content="https://awesome-python.com/" />
|
||||
<meta name="twitter:card" content="summary" />
|
||||
|
|
@ -67,7 +67,7 @@
|
|||
|
||||
<noscript
|
||||
><p class="noscript-msg">
|
||||
JavaScript is needed for search and filtering.
|
||||
Search and filtering require JavaScript.
|
||||
</p></noscript
|
||||
>
|
||||
<script src="/static/main.js"></script>
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue