Skip to content

Commit 0a69609

Browse files
committed
Specify the image width.
1 parent 7a1a820 commit 0a69609

3 files changed

Lines changed: 3 additions & 4 deletions

File tree

_posts/2019-08-08-write-a-new-post.md

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -167,7 +167,7 @@ items:
167167
quantity: 4
168168
```
169169

170-
#### Liquid Codes
170+
### Liquid Codes
171171

172172
If you want to display the **Liquid** snippet, surround the liquid code with `{% raw %}{%{% endraw %} raw {%raw%}%}{%endraw%}` and `{% raw %}{%{% endraw %} endraw {%raw%}%}{%endraw%}` .
173173

@@ -179,7 +179,6 @@ If you want to display the **Liquid** snippet, surround the liquid code with `{%
179179
```
180180
{% endraw %}
181181

182-
183182
## Learn More
184183

185184
For more knowledge about Jekyll posts, visit the [Jekyll Docs: Posts](https://jekyllrb.com/docs/posts/).

_posts/2019-08-09-getting-started.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -103,7 +103,7 @@ For security reasons, GitHub Pages build runs on `safe` mode, which restricts us
103103

104104
2. Browse to your repository on GitHub and choose the branch `gh-pages` as the [publishing source](https://docs.github.com/en/github/working-with-github-pages/configuring-a-publishing-source-for-your-github-pages-site) throught _Settings_
105105
_Options__GitHub Pages_:
106-
![gh-pages-sources](/assets/img/sample/gh-pages-sources.png)
106+
![gh-pages-sources](/assets/img/sample/gh-pages-sources.png){: width="650"}
107107

108108
3. Visit your website at the address indicated by GitHub.
109109

_posts/2019-08-11-customize-the-favicon.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -15,7 +15,7 @@ With a square image (PNG, JPG or GIF) in hand, open the site [*Favicon & App Ico
1515

1616
Click button <kbd>Create Favicon</kbd> and wait a moment for the website to generate the icons of various sizes automatically.
1717

18-
![download-icons](/assets/img/sample/download-icons.png)
18+
![download-icons](/assets/img/sample/download-icons.png){: width="600"}
1919

2020
Download the generated package, unzip and delete the following two from the extracted files:
2121

0 commit comments

Comments
 (0)