From 4260c78fc25bd084a8fcac72e09ab9a3950be2b6 Mon Sep 17 00:00:00 2001 From: Tom Manshreck Date: Wed, 6 Sep 2017 15:45:43 -0400 Subject: [PATCH] Fix Community Templates, Post Temporary Content --- _includes/c-lang-list.html | 3 +- _includes/contribute-links.html | 2 +- _includes/footer.html | 5 +- _includes/lang-list.html | 3 +- _includes/nav.html | 2 +- _includes/side-nav-community.html | 2 +- _includes/side-nav-cpp.html | 1 - _layouts/community.html | 2 +- _layouts/docs.html | 2 - _sass/modules/_buttons.scss~ | 127 -------- _sass/modules/_footer.scss~ | 207 ------------ _sass/modules/_hero.scss~ | 42 --- _sass/pages/_about.scss | 11 - community/contribute.md | 10 +- css/style.scss | 2 - docs/cpp/resources/compilers.md~ | 515 ------------------------------ docs/cpp/resources/platforms.md~ | 15 - 17 files changed, 12 insertions(+), 939 deletions(-) delete mode 100644 _sass/modules/_buttons.scss~ delete mode 100644 _sass/modules/_footer.scss~ delete mode 100644 _sass/modules/_hero.scss~ delete mode 100644 docs/cpp/resources/compilers.md~ delete mode 100644 docs/cpp/resources/platforms.md~ diff --git a/_includes/c-lang-list.html b/_includes/c-lang-list.html index 20cbfd94..3c628fe0 100644 --- a/_includes/c-lang-list.html +++ b/_includes/c-lang-list.html @@ -1,3 +1,2 @@ Abseil, -C++, -Python, +C++ diff --git a/_includes/contribute-links.html b/_includes/contribute-links.html index 6fac4b99..93027447 100644 --- a/_includes/contribute-links.html +++ b/_includes/contribute-links.html @@ -1,7 +1,7 @@ {% assign file_name = page.path | downcase | split: '/' | last %} \ No newline at end of file diff --git a/_includes/footer.html b/_includes/footer.html index 8d482671..9c9174c1 100644 --- a/_includes/footer.html +++ b/_includes/footer.html @@ -2,7 +2,7 @@