Skip to content

Wrap the book title in <cite> #456

New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Merged
merged 1 commit into from
Nov 29, 2018
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
8 changes: 4 additions & 4 deletions templates/learn/index.hbs
Original file line number Diff line number Diff line change
Expand Up @@ -14,10 +14,10 @@
</header>
<div class="flex flex-column flex-row-l justify-between">
<section class="pt0">
<p>Affectionately nicknamed “the book,” The Rust Programming Language
will give you an overview of the language from first principles.
You’ll build a few projects along the way, and by the end, you’ll have
a solid grasp of the language.</p>
<p>Affectionately nicknamed “the book,” <cite>The Rust Programming
Language</cite> will give you an overview of the language from first
principles. You’ll build a few projects along the way, and by the end,
you’ll have a solid grasp of the language.</p>
<a class="button button-secondary" href="https://doc.rust-lang.org/book/">Read the Book!</a>
</section>
<section class="pl5-l pt4 pt0-l">
Expand Down