fix MIME types and add examples
cpp files were getting recognised as "text/csrc". checking subtrings is a better way to compare MIME types. Signed-off-by: Gunwant Jain <mail@wantguns.dev>
This commit is contained in:
@@ -15,7 +15,7 @@
|
||||
code {
|
||||
background: #fff;
|
||||
position: fixed;
|
||||
width:100%;
|
||||
width: 100%;
|
||||
bottom: 0;
|
||||
right: 0;
|
||||
left: 0;
|
||||
|
||||
Reference in New Issue
Block a user