eclipsefdn-hugo-solstice-theme 0.0.158 → 0.0.159

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -21,6 +21,7 @@
21
21
  {{ $base := .Scratch.Get "base" }}
22
22
  {{ $event_id := .Get "event" | default "default" }}
23
23
  {{ $src := .Get "src" | default "agenda" }}
24
+ {{ $icon_class := .Get "icon_class" | default "fa-file"}}
24
25
  {{ $agendabase := (index (index $base $event_id) $src) }}
25
26
  {{ $types := $agendabase.types }}
26
27
  {{ $complete := $agendabase.complete }}
@@ -214,7 +215,7 @@ span.eclipsefdn-agenda-legend-icon-{{ urlize .id }}::after {
214
215
  <td class="text-center">
215
216
  {{ if (isset . "slides") }}
216
217
  <a class="btn btn-primary btn-wide" href="{{ .slides }}" title="{{ i18n "agenda-session-slides-button-alt" . }}">
217
- <i class="fa fa-file"></i> <span class="sr-only">{{ i18n "agenda-session-slides-button-alt" . }}</span>
218
+ <i class="fa {{ $icon_class }}"></i> <span class="sr-only">{{ i18n "agenda-session-slides-button-alt" . }}</span>
218
219
  </a>
219
220
  {{ end }}
220
221
  </td>
package/package.json CHANGED
@@ -4,7 +4,7 @@
4
4
  "main": "webpack.min.js",
5
5
  "author": "Christopher Guindon",
6
6
  "license": "EPL-2.0",
7
- "version": "0.0.158",
7
+ "version": "0.0.159",
8
8
  "bugs": {
9
9
  "url": "https://gitlab.eclipse.org/eclipsefdn/it/webdev/hugo-solstice-theme/-/issues"
10
10
  },