This repository has been archived by the owner on Nov 9, 2023. It is now read-only.
-
-
Notifications
You must be signed in to change notification settings - Fork 11
Correct subheading week numbers for weeks 4 and 5 #2
Open
nick-ls
wants to merge
144
commits into
ucsd-cse15l-w22:main
Choose a base branch
from
nick-ls:main
base: main
Could not load branches
Branch not found: {{ refName }}
Loading
Could not load tags
Nothing to show
Loading
Are you sure you want to change the base?
Some commits from the old base branch may be removed from the timeline,
and old review comments may become outdated.
Conversation
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
Add Yandex SEO tools META
Add optional global nav class-driven font iconography
Add caption as image alt text
Currently metadata items are outputting a `time` element with a `datetime` attribute which is ISO 8601 compliant, but does not include information about time of day and timezone offset. This updates the output so it outputs all available information. Before: ```html <time class="icon-calendar pr20" datetime="2016-12-03" itemprop="datePublished">2016-12-03</time> ``` After ```html <time class="icon-calendar pr20" datetime="2016-12-03T08:00:00+08:00" itemprop="datePublished"> 2016-12-03</time> ``` References: http://devdocs.io/html/element/time for general info https://www.w3.org/TR/html51/infrastructure.html#dates-and-times for information about http://jekyll.tips/jekyll-cheat-sheet/ for liquid filter info
When categories are not specified Jekyll treats `page.categories` as an empty array. Empty arrays are truthy in liquid. As a result, pages (e.g. collections or posts) without `categories` explicitly set to `Nil` in the front matter were outputting an archive icon with no associated information. This change checks that the array exists _and_ has a size greater than zero before outputting the icon. Before <img width="414" alt="screen shot 2017-02-28 at 3 08 23 pm" src="https://cloud.githubusercontent.com/assets/440298/23395131/edf8b74a-fdc7-11e6-9c76-d72e2ab5a01f.png"> After <img width="369" alt="screen shot 2017-02-28 at 3 09 03 pm" src="https://cloud.githubusercontent.com/assets/440298/23395136/f272aad8-fdc7-11e6-838c-99e2d7a0f462.png">
Reference #137 for info
Enable meta data for collections
Use datetime for time element
Don't output Archive icon when categories empty
fixed Liquid syntax error #145
Originally entered as “Than” should be “Then” Minor detail, just noticed it while trying out new Jekyll themes.
Now the widgets are flexible as you like them to be. The include checks if parameters are given, if not, nothing will be generated. For example: If you don't want headline, don't write them in frontmatter. If you don't like the more button (hello @fedorov ;) just don't use an url.
* Update documentation.md Updates issue #183 with proposed changes. * update documentation.md issue #183 switch to highlighter syntax
Excludes vendor build in .travis.yml
MISTYPED {% hightlight html %}
Sign up for free
to subscribe to this conversation on GitHub.
Already have an account?
Sign in.
Add this suggestion to a batch that can be applied as a single commit.
This suggestion is invalid because no changes were made to the code.
Suggestions cannot be applied while the pull request is closed.
Suggestions cannot be applied while viewing a subset of changes.
Only one suggestion per line can be applied in a batch.
Add this suggestion to a batch that can be applied as a single commit.
Applying suggestions on deleted lines is not supported.
You must change the existing code in this line in order to create a valid suggestion.
Outdated suggestions cannot be applied.
This suggestion has been applied or marked resolved.
Suggestions cannot be applied from pending reviews.
Suggestions cannot be applied on multi-line comments.
Suggestions cannot be applied while the pull request is queued to merge.
Suggestion cannot be applied right now. Please check back later.
Weeks 4 and 5 have subheadings set as Week 1