Skip to content

Commit

Permalink
Merge pull request #263 from texastribune/fix-broken-previews
Browse files Browse the repository at this point in the history
Fix broken previews in docs
  • Loading branch information
ashley-hebler committed Oct 13, 2020
2 parents 15a1320 + a67bbc3 commit 6a3aebf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion docs/src/macros/toggle-view.njk
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
{% macro toggleView(path, item, githubData) %}
{% from "../macros/data-list.njk" import dataList %}
{% set id = item.className %}
{% set id = item.className|lower %}
{% set previewUrl = '/' + path + '/' + id %}
<div id="{{ id }}-display" class="q-display-col">
<div id="{{ id }}-buttons" class="q-display-buttons buttons are-small">
Expand Down

0 comments on commit 6a3aebf

Please sign in to comment.