Skip to content

Updating theme to 1.22.0#5300

Merged
mattstratton merged 1 commit intomasterfrom
release-theme-version-1.22.0
Sep 4, 2018
Merged

Updating theme to 1.22.0#5300
mattstratton merged 1 commit intomasterfrom
release-theme-version-1.22.0

Conversation

@mattstratton
Copy link
Copy Markdown
Member

@mattstratton mattstratton commented Sep 4, 2018

Implemented enhancements:

  • Allow URL link on "custom" program type #611 (special thanks to @chriscoffee for this one!)
  • Program should support links to slides and video #600

@mattstratton mattstratton merged commit 0be50c6 into master Sep 4, 2018
{{- with ($.Scratch.Get (printf "%s-video_link" .title)) -}}&nbsp;<a href="{{ . }}"><i class="fa fa-video-camera" aria-hidden="true"></i></a>&nbsp;{{- end -}}
{{- with ($.Scratch.Get (printf "%s-slides_link" .title)) -}}&nbsp;<a href="{{ . }}"><i class="fa fa-file-text-o" aria-hidden="true"></i></a>&nbsp;{{- end -}}
{{- end -}}
<br/>
Copy link
Copy Markdown
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Is there any reason why these breaks need to be here?

Currently there's huge gaps in the blocks:
image

If I remove them, things look better again:
image

And with the icons:
image

They seem pointless to me, but I assume there might be a good reason to keep them.
If not, I'm happy to make a PR against the theme repo to remove them.

@mattstratton
Copy link
Copy Markdown
Member Author

Yes please Pr the theme! Good catch!

@adrianmoisey
Copy link
Copy Markdown
Member

Will do!

@mattstratton mattstratton deleted the release-theme-version-1.22.0 branch November 17, 2018 00:08
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