Skip to content

Commit

Permalink
imports typo in img src attribute fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
VitthalGund authored and Finii committed Oct 7, 2023
1 parent 5d46753 commit f6ab1ec
Showing 1 changed file with 6 additions and 6 deletions.
12 changes: 6 additions & 6 deletions _posts/2017-01-02-features.md
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ style: container
<div class="subtitle-icon">
<div class="subtlecircle sectiondivider faicon sectioninner sectioninner3">
<div>
<img src="/assets/img/nerd-fonts-patched-fonts.svg" alt="Preview of Patched Fonts">
<img src="./assets/img/nerd-fonts-patched-fonts.svg" alt="Preview of Patched Fonts">
</div>
</div>
</div>
Expand Down Expand Up @@ -105,11 +105,11 @@ style: container
</div>
<div class="col-xs-12 col-md-3 col-lg-4">
<a href="https://github.com/oh-my-fish/oh-my-fish" target="_blank" aria-label="Go to The Fish Shell Framework Github Page" rel="noreferrer">
<h3><img src="/assets/img/Fish-Shell-Network.svg" alt="The Fish Shell Framework" /></h3>
<h3><img src="./assets/img/Fish-Shell-Network.svg" alt="The Fish Shell Framework" /></h3>
<h4>The Fish Shell Framework</h4></a><p>Oh My Fish provides core infrastructure to allow you to install packages which extend or modify the look of your shell. It's fast, extensible and easy to use.</p>
</div>
<div class="col-xs-12 col-md-3 col-lg-4">
<a href="https://github.com/ryanoasis/vim-devicons" target="_blank" aria-label="Go to VimDevIcons Github Page" rel="noreferrer"><h3><img src="/assets/img/VimDevIcons.svg" alt="VimDevIcons" /></h3>
<a href="https://github.com/ryanoasis/vim-devicons" target="_blank" aria-label="Go to VimDevIcons Github Page" rel="noreferrer"><h3><img src="./assets/img/VimDevIcons.svg" alt="VimDevIcons" /></h3>
<h4>VimDevIcons</h4></a><p>Adds Icons to your Vim Plugins</p>
<h3 class="faux-logo"><a href="https://github.com/Peltoche/lsd" target="_blank" aria-label="Go to LSD (LSDeluxe) Github Page" rel="noreferrer">LSD (LSDeluxe)</a></h3>
<!-- <h4>LSD (LSDeluxe)</h4> --><p>The next gen ls command. Written in Rust and fast.</p>
Expand All @@ -129,17 +129,17 @@ style: container
<div class="subtitle-icon">
<div class="col-lg-4">
<div class="subtlecircle sectiondivider faicon sectioninner sectioninner3">
<img src="/assets/img/nerd-fonts-powerline-extra-terminal.png" alt="Preview of Powerline Extra Symbols usage in terminal emulator">
<img src="./assets/img/nerd-fonts-powerline-extra-terminal.png" alt="Preview of Powerline Extra Symbols usage in terminal emulator">
</div>
</div>
<div class="col-lg-4">
<div class="subtlecircle sectiondivider faicon sectioninner sectioninner3">
<img src="/assets/img/nerd-fonts-icons-in-terminal.png" alt="Preview of Nerd Fonts Icons usage in terminal emulator">
<img src="./assets/img/nerd-fonts-icons-in-terminal.png" alt="Preview of Nerd Fonts Icons usage in terminal emulator">
</div>
</div>
<div class="col-lg-4">
<div class="subtlecircle sectiondivider faicon sectioninner sectioninner3">
<img src="/assets/img/nerd-fonts-icons-in-vim.png" alt="Preview of Nerd Fonts Icons usage in terminal Vim">
<img src="./assets/img/nerd-fonts-icons-in-vim.png" alt="Preview of Nerd Fonts Icons usage in terminal Vim">
</div>
</div>
</div>
Expand Down

0 comments on commit f6ab1ec

Please sign in to comment.