we should be able to publish the page from main branch
[CppCoreGuidelines.git] / index.html
blob8ce489ff13ffb6207a3638cffd0f1d658d2c79f6
1 ---
2 layout: default
3 ---
5 <p class="sidebar-about">This site is copy of the C++ Core Guidelines rendered for easier browsing. As the text on this page is integrated manually
6 you should refer to the <a href="https://github.com/isocpp/CppCoreGuidelines">C++ Core Guidelines repo</a> for the most up-to-date version.
7 </p>
9 <!-- HEADER -->
10 <div id="header_wrap" class="outer">
11 <header class="inner">
12 <!--
13 <section id="downloads">
14 <a class="zip_download_link" href="https://github.com/tkruse/CppCoreGuidelines/zipball/master">Download this project as a .zip file</a>
15 <a class="tar_download_link" href="https://github.com/tkruse/CppCoreGuidelines/tarball/master">Download this project as a tar.gz file</a>
16 </section>
17 -->
18 </header>
19 </div>
21 {% capture readme %}{% include_relative README.md %}{% endcapture %}
22 {{ readme | markdownify }}