The code and data behind xeiaso.net
5
fork

Configure Feed

Select the types of activity you want to include in your feed.

_includes/base: fix site width on iPads held vertically

Signed-off-by: Xe Iaso <me@xeiaso.net>

Xe Iaso c84f87ee 15bc0414

+16 -13
+16 -13
lume/src/_includes/base.njk
··· 56 56 <link rel="alternate" type="application/rss+xml" href="https://xeiaso.net/blog.rss"/> 57 57 <link rel="alternate" type="application/json" href="https://xeiaso.net/blog.json"/> 58 58 59 - <link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-icon-180x180.png" /> 60 - <link rel="icon" type="image/png" sizes="192x192" href="/static/favicon/android-icon-192x192.png" /> 61 - <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png" /> 62 - <link rel="icon" type="image/png" sizes="96x96" href="/static/favicon/favicon-96x96.png" /> 63 - <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png" /> 64 - <link rel="icon" href="/favicon.ico?v=2" /> 65 - <link rel="manifest" href="/static/manifest.json" /> 66 - <meta name="theme-color" content="#ffffff" /> 59 + <link rel="apple-touch-icon" sizes="180x180" href="/static/favicon/apple-icon-180x180.png"/> 60 + <link rel="icon" type="image/png" sizes="192x192" href="/static/favicon/android-icon-192x192.png"/> 61 + <link rel="icon" type="image/png" sizes="32x32" href="/static/favicon/favicon-32x32.png"/> 62 + <link rel="icon" type="image/png" sizes="96x96" href="/static/favicon/favicon-96x96.png"/> 63 + <link rel="icon" type="image/png" sizes="16x16" href="/static/favicon/favicon-16x16.png"/> 64 + <link rel="icon" href="/favicon.ico?v=2"/> 65 + <link rel="manifest" href="/static/manifest.json"/> 66 + <meta name="theme-color" content="#ffffff"/> 67 67 68 - <link rel="canonical" href="https://xeiaso.net/{{ url }}" /> 68 + <link rel="canonical" href="https://xeiaso.net/{{ url }}"/> 69 69 70 70 {% if title %} 71 71 <title>{{ title }} - Xe Iaso</title> ··· 80 80 {% if hero %} 81 81 <meta property="og:image" content="https://cdn.xeiaso.net/file/christine-static/hero/{{ hero.file }}.jpg"/> 82 82 <meta property="twitter:image" content="https://cdn.xeiaso.net/file/christine-static/hero/{{ hero.file }}.jpg"/> 83 - <meta name="twitter:card" content="summary_large_image" /> 83 + <meta name="twitter:card" content="summary_large_image"/> 84 84 {% endif %} 85 85 </head> 86 86 87 - <body class="px-4 py-2 mx-auto bg-bg-hard dark:bg-bgDark-hard text-fg-0 dark:text-fgDark-0 lg:max-w-5xl max-w-xl"> 87 + <body class="px-4 py-2 mx-auto bg-bg-hard dark:bg-bgDark-hard text-fg-0 dark:text-fgDark-0 lg:max-w-5xl"> 88 88 <header> 89 89 <nav 90 90 class="flex flex-wrap items-center w-full py-4 md:py-0 px-4 text-lg text-fg-1 dark:text-fgDark-1 bg-bg-soft dark:bg-bgDark-soft"> ··· 170 170 href="https://patreon.com/cadey">Patreon</a> like <a href="/patrons">these awesome people</a>!</p> 171 171 </div> 172 172 <div class="flex items-center justify-center border-fg-3 dark:border-fgDark-3 lg:justify-between"> 173 - <p>Served by xesite v4 ({{argv[0]}}) with site version {% if commit.hash != "development" %}<a href="https://github.com/Xe/site/commit/{{commit.hash}}">{{commit.hash.substr(0, 8)}}</a>{% else %}{{commit.hash}}{% endif %}, source code available <a href="https://github.com/Xe/site">here</a>.</p> 173 + <p>Served by xesite v4 ({{argv[0]}}) with site version {% if commit.hash != "development" %} 174 + <a href="https://github.com/Xe/site/commit/{{commit.hash}}">{{commit.hash.substr(0, 8)}}</a> 175 + {% else %}{{commit.hash}} 176 + {% endif %}, source code available <a href="https://github.com/Xe/site">here</a>.</p> 174 177 </div> 175 178 </footer> 176 - </body> 179 + </body>