Skip to content

Commit

Permalink
#754 image name fixed
Browse files Browse the repository at this point in the history
  • Loading branch information
yegor256 committed Jan 6, 2025
1 parent 9bde2c0 commit 659b02a
Show file tree
Hide file tree
Showing 3 changed files with 3 additions and 3 deletions.
2 changes: 1 addition & 1 deletion _latex/yb.cls
Original file line number Diff line number Diff line change
Expand Up @@ -76,7 +76,7 @@
\newcommand\ybPrintPhoto{%
\begin{textblock}{2.4}[1,0](14,1.5){
\includegraphics[width=\textwidth]{../images/face-1200x1200.jpg}
\includegraphics[width=\textwidth]{../images/face-1024x1024.jpg}
}\end{textblock}
}
Expand Down
2 changes: 1 addition & 1 deletion _plugins/amp.rb
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ def generate(site)
else
payload['image_width'] = 1400
payload['image_height'] = 1400
payload['image_src'] = 'https://www.yegor256.com/images/face-1200x1200.jpg'
payload['image_src'] = 'https://www.yegor256.com/images/face-1024x1024.jpg'
end
page.render(
{ 'post' => Layout.new(site, site.source, '_layouts/amp.html') },
Expand Down
2 changes: 1 addition & 1 deletion index.html
Original file line number Diff line number Diff line change
Expand Up @@ -5,7 +5,7 @@
Yegor Bugayenko blogging about object-oriented programming, Java,
project management, philosophy, and startup investments;
at least one new post every week.
image: /images/face-1200x1200.jpg
image: /images/face-1024x1024.jpg
sitemap: false
keywords:
- java blog
Expand Down

0 comments on commit 659b02a

Please sign in to comment.