Chromium Code Reviews
chromiumcodereview-hr@appspot.gserviceaccount.com (chromiumcodereview-hr) | Please choose your nickname with Settings | Help | Chromium Project | Gerrit Changes | Sign out
(130)

Unified Diff: src/site/_layouts/default.html

Issue 10788006: new site (Closed) Base URL: https://code.google.com/p/dartlang-site/@master
Patch Set: final patch Created 8 years, 5 months ago
Use n/p to move between diff chunks; N/P to move between comments. Draft comments are only viewable by you.
Jump to:
View side-by-side diff with in-line comments
Download patch
« no previous file with comments | « src/site/_includes/samples.html ('k') | src/site/_layouts/homepage.html » ('j') | no next file with comments »
Expand Comments ('e') | Collapse Comments ('c') | Show Comments Hide Comments ('s')
Index: src/site/_layouts/default.html
diff --git a/src/site/_layouts/default.html b/src/site/_layouts/default.html
index 80d11af856e0ed5354455c8ff5434d2b82f99ff8..e87b601673f43594f25e30f388507ed5c1ecf3fb 100644
--- a/src/site/_layouts/default.html
+++ b/src/site/_layouts/default.html
@@ -1,5 +1,7 @@
{% include header.html %}
-
- {% include nav.html %}
+
+ <article>
+ {{ content }}
+ </article>
{% include footer.html %}
« no previous file with comments | « src/site/_includes/samples.html ('k') | src/site/_layouts/homepage.html » ('j') | no next file with comments »

Powered by Google App Engine
This is Rietveld 408576698