Skip to content

Commit

Permalink
Fix image
Browse files Browse the repository at this point in the history
  • Loading branch information
jotonedev committed Mar 1, 2024
1 parent 9fc26c5 commit a317b50
Show file tree
Hide file tree
Showing 3 changed files with 5 additions and 5 deletions.
6 changes: 3 additions & 3 deletions _posts/2024-02-22-test-02.md
Original file line number Diff line number Diff line change
Expand Up @@ -141,16 +141,16 @@ Autoconverted link https://github.com/nodeca/pica (enable linkify to see)

## Images

![Minion](https://octodex.github.com/imagess/manufacturetocat.png)
![Stormtroopocat](https://octodex.github.com/imagess/NUX_Octodex.gif "The Stormtroopocat")
![Minion](https://octodex.github.com/images/mcefeeline.jpg)
![Stormtroopocat](https://octodex.github.com/images/mcefeeline.jpg "The Stormtroopocat")

Like links, Images also have a footnote style syntax

![Alt text][id]

With a reference later in the document defining the URL location:

[id]: https://octodex.github.com/imagess/yogitocat.png "The Dojocat"
[id]: https://octodex.github.com/images/mcefeeline.jpg "The Dojocat"


## Plugins
Expand Down
2 changes: 1 addition & 1 deletion _sass/tallneck/components/post.scss
Original file line number Diff line number Diff line change
Expand Up @@ -47,7 +47,7 @@
}

img {
max-width: 50%;
max-height: 500px;
height: auto;
margin-left: auto;
margin-right: auto;
Expand Down
2 changes: 1 addition & 1 deletion jekyll-theme-tallneck.gemspec
Original file line number Diff line number Diff line change
Expand Up @@ -2,7 +2,7 @@

Gem::Specification.new do |spec|
spec.name = "jekyll-theme-tallneck"
spec.version = "0.2.4"
spec.version = "0.2.5"
spec.authors = ["John Toniutti"]
spec.email = ["john.toniutti@gmail.com"]

Expand Down

0 comments on commit a317b50

Please sign in to comment.