Skip to content

Commit 6223e9b

Browse files
committed
Minor edits
1 parent 4854328 commit 6223e9b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

_layouts/default.html

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,11 +20,11 @@
2020
<link rel="stylesheet" href="{{ '/assets/css/style.css?v=' | append: site.github.build_revision | relative_url }}">
2121
</head>
2222
<body>
23-
<a id="skip-to-content" href="#content">Skip to the content.</a>
23+
<!-- <a id="skip-to-content" href="#content">Skip to the content.</a> -->
2424

2525
<header class="page-header" role="banner">
2626
<h1 class="project-name">Practical Python Programming</h1>
27-
<h2 class="project-tagline">A course by @dabeaz</h2>
27+
<h2 class="project-tagline">A course for rocket scientists and dreamers by @dabeaz</h2>
2828
<!--{% if site.github.is_project_page %}
2929
<a href="{{ site.github.repository_url }}" class="btn">View on GitHub</a>
3030
{% endif %}

0 commit comments

Comments
 (0)