forked from mmistakes/minimal-mistakes
-
Notifications
You must be signed in to change notification settings - Fork 0
Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
Merge branch 'master' of https://github.com/mmistakes/minimal-mistakes …
…into gh-pages * 'master' of https://github.com/mmistakes/minimal-mistakes: (22 commits) Bump version to 4.2.1 Update CHANGELOG and history Document moving paginated home page to an alternate location Pagination now works for index.html files in subfolders. Links to next page consider baseurl now. (mmistakes#764) Pagination now works for index.html files in subfolders. Links to next page consider baseurl now. (mmistakes#764) Add https prefix to google-universal embed code. (mmistakes#772) Add https prefix to google-universal embed code. (mmistakes#772) Bump version to 4.2.0 Bump jekyll-sitemap to (1.0) Update CHANGELOG and history Improve video helper documentation Add video header support to `archive` and `splash` layouts Rename `responsive_video` helper to `video` Add some white-space below video embeds Add Nepali (Nepalese) text Add page hero video for vimeo/youtube using embedresponsively.com code (mmistakes#788) Nepalese Language (mmistakes#785) invalid `analytics` example fix (mmistakes#783) Remove borders from table elements found in Google Custom Search Engine widget - Close mmistakes#759 Complete Simplified Chinese Translation of Theme UI (mmistakes#747) ... # Conflicts: # CHANGELOG.md # README.md # docs/_data/ui-text.yml # docs/_docs/05-configuration.md # docs/_docs/08-ui-text.md # docs/_docs/10-layouts.md # docs/_docs/14-helpers.md # docs/_docs/17-javascript.md # docs/_docs/18-history.md # docs/_includes/analytics-providers/google-universal.html # docs/_includes/page__hero.html # docs/_includes/paginator.html # docs/_layouts/archive.html # docs/_layouts/single.html # docs/_layouts/splash.html # docs/_pages/about.md # docs/_pages/home.md # docs/_sass/_utilities.scss # docs/assets/js/_main.js # docs/assets/js/main.min.js # minimal-mistakes-jekyll.gemspec # test/_data/ui-text.yml
- Loading branch information
Showing
14 changed files
with
136 additions
and
74 deletions.
There are no files selected for viewing
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,4 @@ | ||
{% capture video_id %}{{ page.header.video.id }}{% endcapture %} | ||
{% capture video_provider %}{{ page.header.video.provider }}{% endcapture %} | ||
|
||
{% include video id=video_id provider=video_provider %} |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Original file line number | Diff line number | Diff line change |
---|---|---|
@@ -0,0 +1,11 @@ | ||
{% capture video_id %}{{ include.id }}{% endcapture %} | ||
{% capture video_provider %}{{ include.provider }}{% endcapture %} | ||
|
||
<!-- Courtesy of embedresponsively.com //--> | ||
<div class="responsive-video-container"> | ||
{% if video_provider == "vimeo" %} | ||
<iframe src="http://player.vimeo.com/video/{{ video_id }}" frameborder="0" webkitAllowFullScreen mozallowfullscreen allowFullScreen></iframe> | ||
{% elsif video_provider == "youtube" %} | ||
<iframe src="https://www.youtube.com/embed/{{ video_id }}" frameborder="0" allowfullscreen></iframe> | ||
{% endif %} | ||
</div> |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Large diffs are not rendered by default.
Oops, something went wrong.
This file was deleted.
Oops, something went wrong.
Oops, something went wrong.