-
Notifications
You must be signed in to change notification settings - Fork 5.4k
/
index.html
22 lines (19 loc) · 938 Bytes
/
index.html
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
21
22
---
layout: default
---
<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
you should refer to the <a href="https://github.com/isocpp/CppCoreGuidelines">C++ Core Guidelines repo</a> for the most up-to-date version.
</p>
<!-- HEADER -->
<div id="header_wrap" class="outer">
<header class="inner">
<!--
<section id="downloads">
<a class="zip_download_link" href="https://github.com/tkruse/CppCoreGuidelines/zipball/master">Download this project as a .zip file</a>
<a class="tar_download_link" href="https://github.com/tkruse/CppCoreGuidelines/tarball/master">Download this project as a tar.gz file</a>
</section>
-->
</header>
</div>
{% capture readme %}{% include_relative README.md %}{% endcapture %}
{{ readme | markdownify }}