From ba818bc4e3548c74f62d0217df0865d4c4bb5a72 Mon Sep 17 00:00:00 2001 From: Mark Otto <otto@github.com> Date: Wed, 11 Sep 2013 21:12:58 -0700 Subject: [PATCH] Remove unneeded comment in layouts --- _layouts/default.html | 1 - _layouts/home.html | 1 - 2 files changed, 2 deletions(-) diff --git a/_layouts/default.html b/_layouts/default.html index 3f1276e4e6..f176bd4b6c 100644 --- a/_layouts/default.html +++ b/_layouts/default.html @@ -3,7 +3,6 @@ <head> <!-- Meta, title, CSS, favicons, etc. --> {% include header.html %} - <!-- Place anything custom after this. --> </head> <body> <a class="sr-only" href="#content">Skip navigation</a> diff --git a/_layouts/home.html b/_layouts/home.html index cc5026cf8a..9eec349385 100644 --- a/_layouts/home.html +++ b/_layouts/home.html @@ -3,7 +3,6 @@ <head> <!-- Meta, title, CSS, favicons, etc. --> {% include header.html %} - <!-- Place anything custom after this. --> </head> <body class="bs-docs-home"> <a class="sr-only" href="#content">Skip navigation</a> -- GitLab