ef-rp intro: Fix code include line so it localizes (#20615)

Fixes: #20612 
Minor correction, adding a line space before a code sample include so it will not be dropped in localization
pull/20619/head
Wade Pickett 2020-11-16 14:11:45 -08:00 committed by GitHub
parent 1818042690
commit fa33c63720
No known key found for this signature in database
GPG Key ID: 4AEE18F83AFDEB23
1 changed files with 1 additions and 0 deletions

View File

@ -128,6 +128,7 @@ To run the app after downloading the completed project:
## Set up the site style
Copy and paste the following code into the *Pages/Shared/_Layout.cshtml* file:
[!code-cshtml[Main](intro/samples/cu50/Pages/Shared/_Layout.cshtml?highlight=6,14,21-35,49)]
The layout file sets the site header, footer, and menu. The preceding code makes the following changes: