chore: minor optimizations to the examples
This commit is contained in:
parent
1733bdc735
commit
f4783a39c8
4 changed files with 7 additions and 7 deletions
|
@ -11,7 +11,7 @@ title: "Hello, world!"
|
|||
<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"
|
||||
src="./images/robert-pearce-UwHN0jU_YqQ-unsplash-800w.jpg"
|
||||
style="max-width:500px;"
|
||||
height="300"
|
||||
/>
|
||||
</header>
|
||||
<main>
|
||||
|
|
|
@ -14,7 +14,7 @@ Hello, world! I am here!
|
|||
<img
|
||||
alt="Grapevines among rolling hills leading to the sea"
|
||||
src="./images/waiheke-stony-batter.jpg"
|
||||
style="max-width:500px;"
|
||||
height="200"
|
||||
/>
|
||||
|
||||
Haskell, for example:
|
||||
|
|
|
@ -14,7 +14,7 @@ updated: "2020-09-23T12:00:00Z"
|
|||
<img
|
||||
alt="Grapevines among rolling hills leading to the sea"
|
||||
src="./images/waiheke-stony-batter.jpg"
|
||||
style="max-width:500px;"
|
||||
height="200"
|
||||
/>
|
||||
|
||||
Haskell, por ejemplo:
|
||||
|
|
|
@ -26,13 +26,13 @@
|
|||
<meta property="og:type" content="website">
|
||||
$endif$
|
||||
|
||||
$if(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:title" content="$title$">
|
||||
<meta property="twitter:description" content="$desc$">
|
||||
$if(image)$
|
||||
<meta property="twitter:image" content="$root$$image$">
|
||||
$endif$
|
||||
$if(authorTwitter)$
|
||||
<meta property="twitter:creator" content="$authorTwitter$">
|
||||
$endif$
|
||||
|
@ -44,6 +44,6 @@
|
|||
</head>
|
||||
<body>
|
||||
$body$
|
||||
<script async src="./js/script.js"></script>
|
||||
<script defer src="./js/script.js"></script>
|
||||
</body>
|
||||
</html>
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue