You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardexpand all lines: _data/locales/sl-SI.yml
+1-1
Original file line number
Diff line number
Diff line change
@@ -43,7 +43,7 @@ copyright:
43
43
meta: Uporabljena :PLATFORM tema :THEME #Using the :PLATFORM theme :THEME
44
44
45
45
not_found:
46
-
statment: Oprostite, hiperpovezava je neustrezna ali vsebina ne obstajata. #Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
46
+
statement: Oprostite, hiperpovezava je neustrezna ali vsebina ne obstajata. #Sorry, we've misplaced that URL or it's pointing to something that doesn't exist.
47
47
48
48
notification:
49
49
update_found: Novejša različica vsebine je na voljo. #A new version of content is available.
Copy file name to clipboardexpand all lines: _drafts/2019-08-08-write-a-new-post.md
+7-7
Original file line number
Diff line number
Diff line change
@@ -31,7 +31,7 @@ tags: [TAG] # TAG names should always be lowercase
31
31
32
32
### Timezone of Date
33
33
34
-
In order to accurately record the release date of a post, you should not only set up the `timezone` of `_config.yml`{: .filepath} but also provide the post's timezone in variable `date` of its Front Matter block. Format: `+/-TTTT`, e.g. `+0800`.
34
+
To accurately record the release date of a post, you should not only set up the `timezone` of `_config.yml`{: .filepath} but also provide the post's timezone in variable `date` of its Front Matter block. Format: `+/-TTTT`, e.g. `+0800`.
35
35
36
36
### Categories and Tags
37
37
@@ -147,7 +147,7 @@ _Image Caption_
147
147
148
148
#### Size
149
149
150
-
In order to prevent the page content layout from shifting when the image is loaded, we should set the width and height for each image.
150
+
To prevent the page content layout from shifting when the image is loaded, we should set the width and height for each image.
@@ -284,7 +284,7 @@ If you want to embed a video file directly, use the following syntax:
284
284
{% include embed/video.html src='{URL}' %}
285
285
```
286
286
287
-
Where `URL` is an URL to a video file e.g. `/path/to/sample/video.mp4`.
287
+
Where `URL` is a URL to a video file e.g. `/path/to/sample/video.mp4`.
288
288
289
289
You can also specify additional attributes for the embedded video file. Here is a full list of attributes allowed.
290
290
@@ -295,7 +295,7 @@ You can also specify additional attributes for the embedded video file. Here is
295
295
- `muted=true`— audio will be initially silenced
296
296
- `types`— specify the extensions of additional video formats separated by `|`. Ensure these files exist in the same directory as your primary video file.
297
297
298
-
Consider an example utilizing all of the above:
298
+
Consider an example using all of the above:
299
299
300
300
```liquid
301
301
{%
@@ -318,14 +318,14 @@ If you want to embed an audio file directly, use the following syntax:
318
318
{% include embed/audio.html src='{URL}' %}
319
319
```
320
320
321
-
Where `URL` is an URL to an audio file e.g. `/path/to/audio.mp3`.
321
+
Where `URL` is a URL to an audio file e.g. `/path/to/audio.mp3`.
322
322
323
323
You can also specify additional attributes for the embedded audio file. Here is a full list of attributes allowed.
324
324
325
325
- `title='Text'`— title for an audio that appears below the audio and looks same as for images
326
326
- `types`— specify the extensions of additional audio formats separated by `|`. Ensure these files exist in the same directory as your primary audio file.
327
327
328
-
Consider an example utilizing all of the above:
328
+
Consider an example using all of the above:
329
329
330
330
```liquid
331
331
{%
@@ -365,7 +365,7 @@ There are several types of prompts: `tip`, `info`, `warning`, and `danger`. They
0 commit comments