{% case site.color-scheme %} {% when "", nil, false, 0, empty %} {% assign ColorScheme = "auto" %} {% else %} {% assign ColorScheme = site.color-scheme %} {% endcase %} <!DOCTYPE html> <html lang="{{ site.lang | default: "en-US" }}"> <head> <meta charset="UTF-8"> <meta http-equiv="X-UA-Compatible" content="IE=edge"> <meta name="viewport" content="width=device-width, initial-scale=1"> {% seo %} <link rel="stylesheet" href="{{ "/assets/css/colors-ColorScheme.css?v=" | replace: "ColorScheme", ColorScheme | append: site.github.build_revision | relative_url }}"> <link rel="stylesheet" href="{{ "/assets/css/style.css?v=" | append: site.github.build_revision | relative_url }}"> <link rel="preload" href="{{site.logo | relative_url}}" as="image"> {% include head-custom.html %} </head> <body> <div class="wrapper"> <div class="sidebar"> <header> {% if site.logo %} <img class="logo" src="{{site.logo | relative_url}}" alt="Logo"> {% endif %} {% if site.blank_title %} <h1>{{ site.title | default: site.github.repository_name }}</h1> {% else %} <h1><a href="{{ "/" | absolute_url }}">{{ site.title | default: site.github.repository_name }}</a></h1> {% endif %} {% if site.email %} <p class="addr"><i class="fa-solid fa-envelope"></i> <a href="mailto:{{site.email}}">{{ site.email }}</a></p> {% endif %} <p>{{ site.description | default: site.github.project_tagline }}</p> {% if site.github.is_project_page %} <p class="view"><a href="{{ site.github.repository_url }}">View the Project on GitHub<br><small>{{ site.github.repository_nwo }}</small></a></p> {% endif %} {% if site.github.is_user_page %} <p class="view"><a href="{{ site.github.owner_url }}">View My GitHub Profile</a></p> {% endif %} {% include sidebar.html %} </header> <div class="sidebar-footer"> {%- include footer.html -%} </div> </div> <section> {{ content }} </section> </div> <script src="{{ "/assets/js/scale.fix.js" | relative_url }}"></script> </body> </html>