Commit Graph

2577 Commits

Author SHA1 Message Date
0c9553da06 Update CHANGELOG and history 2020-11-02 11:22:18 -05:00
caa21efd4d Merge pull request from quanengineering:patch-1
Update ui-text.yml for Vietnamese
2020-11-02 09:48:37 -05:00
a5aeef3d70 Update indonesian translation 2020-11-02 05:22:01 +08:00
efe9f3bf94 Added some translation for indonesian language 2020-11-02 05:00:46 +08:00
7e3a7c1b16 Update ui-text.yml for Vietnamese 2020-10-30 10:52:35 +07:00
f98d7de897 Fix a small typo in documentation 2020-10-29 14:24:52 +08:00
10a4cb116f Update CHANGELOG and history 2020-10-28 15:05:35 -04:00
95f3f0ac64 Merge pull request from migupry:master
Greedy-nav fix
2020-10-28 15:03:09 -04:00
c70990aa70 Update CHANGELOG and history 2020-10-28 14:54:19 -04:00
b69acb6743 Norwegian translation () 2020-10-28 14:50:55 -04:00
f75d8e552c Update CHANGELOG and history 2020-10-28 14:50:18 -04:00
11524f165e Merge pull request from iBug:update-toc
Update allejo/jekyll-toc to v1.0.14
2020-10-28 14:49:22 -04:00
4488d4cf2b Update CHANGELOG and history 2020-10-28 14:45:24 -04:00
Leo
c2c05b9b67 Fix closing tag of figures without captions in lists ()
When the figure helper is used in a list, which can be either ordered or
unordered, and no caption is specified, a line with text "</figure>"
will be shown below the figure on the rendered page.

This is because, if the '{% if include.caption %}' evaluates to false,
the lines between that 'if' statement and '{% endif %}' will be emptied,
not removed, so the block will be filled by empty lines.

HTML ignores redundant empty lines, but Markdown takes them seriously.
In addition, Markdown expects proper indentation of lines inside lists,
and the closing '</figure>' tag is not indented.  When combined, the
empty space and absence of indentation cause Markdown to process the
'</figure>' tag as a separate paragraph instead of an HTML tag, thus the
text for the tag is directly rendered on the page.

The fix for this issue is very simple: remove the empty space when
'include.caption' is false.  As described in
<https://shopify.github.io/liquid/basics/whitespace/>, this can be done
by adding hyphens to the 'if' and 'endif' tags.
2020-10-28 14:43:09 -04:00
50bd68e6d0 Update stale.yml 2020-10-28 09:20:07 -04:00
187752b673 Update CONTRIBUTING.md 2020-10-23 13:39:22 -04:00
052f3f786f Update README.md 2020-10-23 13:37:42 -04:00
d6444412c6 Fix dead link to "CI services" Jekyll ()
* Fix 

* Update CHANGELOG and history
2020-09-21 10:28:18 -04:00
99a77e4d3a Update allejo/jekyll-toc to v1.0.14
https://github.com/allejo/jekyll-toc/releases/tag/v1.0.14
2020-09-21 01:17:26 +08:00
bdc8ac01e8 merging into master 2020-09-10 10:48:37 -03:00
ab19c77ac9 Bump theme version 2020-09-07 10:08:23 -04:00
526445bffe Release 4.20.2 💎 2020-09-07 10:07:29 -04:00
8bec01b76d Fix broken link in documentation
Close 
2020-08-30 21:28:31 -04:00
e21035e62d Fix typo
Close 
2020-08-30 21:25:30 -04:00
2fcb13a8cc Bump copyright year 2020-08-30 21:15:36 -04:00
8cb95a7005 Update CHANGELOG and history 2020-08-30 20:53:16 -04:00
c6f10529a4 Refactor page meta ()
* Rename include

* Add grid view test pages

* Rename `.post__meta-sep` and use CSS to add line break

* Improve collection grid archive

* Improve page grid archive

* Enable `grid`

* Don't show date icon if there is no `date` value

* Add blank line at EOF

* Add space

* Wrap date and reading time in named `span` elements
2020-08-30 20:52:12 -04:00
7a6060a55a Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes 2020-08-30 20:41:47 -04:00
5b5b3ad4e0 Update CHANGELOG and history 2020-08-30 20:41:43 -04:00
24b4585084 Added article:author used by Pinterest () 2020-08-30 20:38:03 -04:00
b75f057a5e Update CHANGELOG and history 2020-08-30 20:31:49 -04:00
92f94d5549 Removed duplicated CSS definitions () 2020-08-30 20:30:38 -04:00
e0b0448f05 added css changes, modified jquery.greedy-navigation and built the main.min.js again 2020-08-28 17:41:29 -03:00
b7144931c7 Change "fa" to "fas" for Font Awesome 5 ()
* main.js: fa -> fas for FA 5

* Update CHANGELOG and history
2020-08-14 15:21:38 -04:00
5c8b220bf9 Update CHANGELOG and history 2020-08-04 12:59:52 -04:00
d57fe1de2c Fix entries_layout: grid
Close 
2020-08-04 12:59:44 -04:00
5741539e17 Update remote_theme version 2020-08-04 12:34:53 -04:00
b4abce3b78 Release 4.20.1 💎 2020-08-04 12:33:22 -04:00
53ad4d343a Fix grid entries_layout in home.html 2020-08-04 12:32:54 -04:00
3135099203 Fix grammar 2020-08-04 11:26:26 -04:00
95ba9242bf Update remote_theme 2020-08-04 11:22:09 -04:00
cb18aaa7a0 Release 4.20.0 💎 2020-08-04 11:18:04 -04:00
6d1aea573c Remove extra back ticks 2020-08-04 11:12:05 -04:00
e4fbcf7383 Fix grammar 2020-08-04 10:52:49 -04:00
eb31e33365 Update CHANGELOG and history 2020-08-04 10:48:44 -04:00
f15e02ea58 Show date of posts ()
* add date to read-time.html

* add option for show_date, dynamic icon style

* change read-time to post__meta

* cleanup post__metal.html

* cleanup post__meta include variables

* put date before read time

* remove space in include variable

* allow customisation of post__meta separator

* add some documentation

* oops fix typo derp

* add post date image

* change page meta separator customisation to CSS
2020-08-04 10:39:01 -04:00
5d85bf1912 Update CHANGELOG and history 2020-08-04 10:26:29 -04:00
b093b52074 remove hidden posts from /posts () 2020-08-04 10:25:38 -04:00
a695d7728f Update documentation for ()
* Update documentation for 

* Update CHANGELOG and history

* Update last_modified_at
2020-08-04 10:23:18 -04:00
83b4dba2f0 Update UI text for zh-CN and zh-TW ()
* Update UI text for zh-CN and zh-TW

* Update CHANGELOG and history

Not touching last_modified_at this time - it's messy enough
2020-07-28 15:37:13 -04:00