chore: minor optimizations to the examples

This commit is contained in:
Robert W. Pearce 2023-02-01 21:42:49 +13:00
parent 1733bdc735
commit f4783a39c8
No known key found for this signature in database
GPG key ID: 8EE70FB52D805C55
4 changed files with 7 additions and 7 deletions

View file

@ -11,7 +11,7 @@ title: "Hello, world!"
<img <img
alt="A woman sitting on a bench amongst trees at the end of a boardwalk leading to a pond with mountains in the background" alt="A woman sitting on a bench amongst trees at the end of a boardwalk leading to a pond with mountains in the background"
src="./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg" src="./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
style="max-width:500px;" height="300"
/> />
</header> </header>
<main> <main>

View file

@ -14,7 +14,7 @@ Hello, world! I am here!
<img <img
alt="Grapevines among rolling hills leading to the sea" alt="Grapevines among rolling hills leading to the sea"
src="./images/waiheke-stony-batter.jpg" src="./images/waiheke-stony-batter.jpg"
style="max-width:500px;" height="200"
/> />
Haskell, for example: Haskell, for example:

View file

@ -14,7 +14,7 @@ updated: "2020-09-23T12:00:00Z"
<img <img
alt="Grapevines among rolling hills leading to the sea" alt="Grapevines among rolling hills leading to the sea"
src="./images/waiheke-stony-batter.jpg" src="./images/waiheke-stony-batter.jpg"
style="max-width:500px;" height="200"
/> />
Haskell, por ejemplo: Haskell, por ejemplo:

View file

@ -26,13 +26,13 @@
<meta property="og:type" content="website"> <meta property="og:type" content="website">
$endif$ $endif$
$if(image)$
<meta property="twitter:card" content="summary_large_image"> <meta property="twitter:card" content="summary_large_image">
<meta property="twitter:image" content="$root$$image$">
$endif$
<meta property="twitter:site" content="$siteName$"> <meta property="twitter:site" content="$siteName$">
<meta property="twitter:title" content="$title$"> <meta property="twitter:title" content="$title$">
<meta property="twitter:description" content="$desc$"> <meta property="twitter:description" content="$desc$">
$if(image)$
<meta property="twitter:image" content="$root$$image$">
$endif$
$if(authorTwitter)$ $if(authorTwitter)$
<meta property="twitter:creator" content="$authorTwitter$"> <meta property="twitter:creator" content="$authorTwitter$">
$endif$ $endif$
@ -44,6 +44,6 @@
</head> </head>
<body> <body>
$body$ $body$
<script async src="./js/script.js"></script> <script defer src="./js/script.js"></script>
</body> </body>
</html> </html>