Skip to content

Commit

Permalink
image link
Browse files Browse the repository at this point in the history
  • Loading branch information
adamplouff committed Jul 22, 2024
1 parent ecfe5ba commit f23f9ee
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 3 deletions.
6 changes: 4 additions & 2 deletions editor/index.html
Original file line number Diff line number Diff line change
Expand Up @@ -19,8 +19,9 @@

a {
color: #fff;
text-decoration: none;
border-bottom: 1px solid #fff;
text-decoration: underline;
text-underline-offset: 2px;
/* border-bottom: 1px solid #fff; */
transition: all 0.1s ease-in-out;
}

Expand Down Expand Up @@ -85,6 +86,7 @@
padding: 10px 0;
width: 100%;
align-items: start;
text-decoration: none;
}

.inner {
Expand Down
2 changes: 1 addition & 1 deletion index.json
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
{
"title": "New ways to transfer",
"date": "2024-07-21",
"body": "![iframe](https://www.youtube.com/embed/Y87yoC7yl8M?si=NFBP3F3nRt4TFXEj | 520 292)",
"body": "<a href=\"https://battleaxe.co/docs/overlord-v2-workflow\" target=\"_blank\">\n<img src=\"https://i3.ytimg.com/vi/Y87yoC7yl8M/maxresdefault.jpg\" style=\"max-width:100%\"></a>\n",
"url": "https://battleaxe.co/docs/overlord-v2-workflow"
}
],
Expand Down

0 comments on commit f23f9ee

Please sign in to comment.