Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

merge theme updates #3

Open
wants to merge 28 commits into
base: master
Choose a base branch
from

Conversation

infominer33
Copy link
Member

No description provided.

miklb and others added 28 commits June 14, 2019 00:33
However, I'm not sure how to use external links there...

Right now I'm looking at this, from the [masthead of minimal mistakes](https://github.com/mmistakes/minimal-mistakes/blob/master/_includes/masthead.html):

```
          {%- for link in site.data.navigation.main -%}
            {%- if link.url contains '://' -%}
              {%- assign url = link.url -%}
            {%- else -%}
              {%- assign url = link.url | relative_url -%}
            {%- endif -%}
```

I can see how it might work applied to this theme, and will try to do something about it (no promises tho :)
Bumps [lodash.template](https://github.com/lodash/lodash) from 4.4.0 to 4.5.0.
- [Release notes](https://github.com/lodash/lodash/releases)
- [Commits](lodash/lodash@4.4.0...4.5.0)

Signed-off-by: dependabot[bot] <[email protected]>
….template-4.5.0

chore(deps): bump lodash.template from 4.4.0 to 4.5.0
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants