File tree Expand file tree Collapse file tree 2 files changed +10
-1
lines changed
Expand file tree Collapse file tree 2 files changed +10
-1
lines changed Original file line number Diff line number Diff line change 11{% extends "base.html" %}
22
33{% block styles %}
4- {{ super() }}
4+ {{ super() }}
5+ < link rel ="apple-touch-icon " sizes ="180x180 " href ="https://micropythonos.com/images/apple-touch-icon.png ">
6+ < link rel ="icon " type ="image/png " sizes ="32x32 " href ="https://micropythonos.com/images/favicon-32x32.png ">
7+ < link rel ="icon " type ="image/png " sizes ="16x16 " href ="https://micropythonos.com/images/favicon-16x16.png ">
8+ < link rel ="mask-icon " href ="https://micropythonos.com/images/safari-pinned-tab.svg " color ="#333333 ">
9+ < link rel ="shortcut icon " href ="https://micropythonos.com/images/favicon.ico ">
10+ < meta name ="msapplication-TileColor " content ="#da532c ">
11+ < meta name ="msapplication-config " content ="https://micropythonos.com/images/browserconfig.xml ">
12+ < meta name ="theme-color " content ="#ffffff ">
513 < link href ="https://fonts.googleapis.com/css2?family=Poppins:wght@600&display=swap " rel ="stylesheet ">
614 < style >
715 .md-typeset h1 ,
Original file line number Diff line number Diff line change @@ -4,6 +4,7 @@ repo_url: https://github.com/MicroPythonOS/MicroPythonOS
44use_directory_urls : true
55theme :
66 name : material
7+ logo : https://micropythonos.com/images/MicroPythonOS-logo-white(alpha)-long.svg
78 palette :
89 # Light theme
910 - scheme : default
You can’t perform that action at this time.
0 commit comments