Skip to content

Commit 81b4852

Browse files
committed
add canonical to index
1 parent 9a97ad2 commit 81b4852

File tree

3 files changed

+3
-1
lines changed

3 files changed

+3
-1
lines changed

docs/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -19,6 +19,7 @@
1919
<title>
2020
marijan
2121
</title>
22+
<link rel="canonical" href="https://marijan.pro/">
2223
</head>
2324
<body>
2425
<header class="bg-base-100">

docs/posts/2024-09-29-kairos-automated-integration-testing/index.html

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -380,7 +380,7 @@ <h2>
380380
<span id="cb2-53"><a href="#cb2-53" aria-hidden="true" tabindex="-1"></a></span>
381381
<span id="cb2-54"><a href="#cb2-54" aria-hidden="true" tabindex="-1"></a><span class="st"> # CLI with ed25519</span></span>
382382
<span id="cb2-55"><a href="#cb2-55" aria-hidden="true" tabindex="-1"></a><span class="st"> # deposit</span></span>
383-
<span id="cb2-56"><a href="#cb2-56" aria-hidden="true" tabindex="-1"></a><span class="st"> deposit_amount = 3000000000 </span></span>
383+
<span id="cb2-56"><a href="#cb2-56" aria-hidden="true" tabindex="-1"></a><span class="st"> deposit_amount = 3000000000</span></span>
384384
<span id="cb2-57"><a href="#cb2-57" aria-hidden="true" tabindex="-1"></a><span class="st"> depositor = client.succeed("cat </span><span class="sc">${</span>clientUsersDirectory<span class="sc">}</span><span class="st">/user-2/public_key_hex")</span></span>
385385
<span id="cb2-58"><a href="#cb2-58" aria-hidden="true" tabindex="-1"></a><span class="st"> depositor_private_key = "</span><span class="sc">${</span>clientUsersDirectory<span class="sc">}</span><span class="st">/user-2/secret_key.pem"</span></span>
386386
<span id="cb2-59"><a href="#cb2-59" aria-hidden="true" tabindex="-1"></a><span class="st"> deposit_deploy_hash = client.succeed("kairos-cli --kairos-server-address http://kairos deposit --amount {} --recipient {} --private-key {}".format(deposit_amount, depositor, depositor_private_key))</span></span>

site/index.html

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,4 @@
1+
<link rel="canonical" href="https://marijan.pro/" />
12
<div class="grid gap-4">
23
<h2 class="text-2xl">Hello, my name is Marijan!</h2>
34
<div class="grid md:grid-cols-2 gap-4">

0 commit comments

Comments
 (0)