posts: add /posts/{id}.html?variant=tooltip template.

This commit is contained in:
evazion
2018-04-25 20:12:06 -05:00
parent f2998585e9
commit e772de40a7
6 changed files with 32 additions and 1 deletions

View File

@@ -23,3 +23,11 @@
}
}
}
.split-inline-tag-list {
@extend .inline-tag-list;
ul {
display: block;
}
}