Skip to content

Commit

Permalink
#11644 Fix footnotes for slate theme
Browse files Browse the repository at this point in the history
* Fix based on solution found in gh issue : pages-themes/slate#40 (comment)
  • Loading branch information
b4rtz committed Dec 3, 2020
1 parent 4837930 commit 79f0636
Show file tree
Hide file tree
Showing 3 changed files with 13 additions and 2 deletions.
2 changes: 2 additions & 0 deletions _config.yml
Original file line number Diff line number Diff line change
Expand Up @@ -5,3 +5,5 @@ description: User guide for Silobreaker transforms in Maltego
url: "https://silobreaker.github.io/MaltegoDocumentation"
theme: jekyll-theme-slate
markdown: CommonMarkGhPages
commonmark:
options: ["FOOTNOTES"]
9 changes: 9 additions & 0 deletions assets/css/style.scss
Original file line number Diff line number Diff line change
@@ -0,0 +1,9 @@
---
---

@import "{{ site.theme }}";
sup {
font-size: 65%;
vertical-align: super;
font-weight: bold;
}
4 changes: 2 additions & 2 deletions index.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ Some of our transforms uses **lists** from Silobreaker. For these transforms to
* Hacktivist Operations

### Entities
Installing Silobreaker transforms also includes a custom entity set. Our transforms can return both Maltego and Silobreaker entities depending on the transform being used. Maltego entities are used when the returned entity type exists in both Maltego and Silobreaker. Otherwise, a Silobreaker custom entity will be returned. In both cases the returned entity will have a Silobreaker icon. Visit our [user guide](https://my.silobreaker.com/Help-v2/basics/entities/#entity-types) to read more about our entities <sup id="f1">[1](#footnote1)</sup>.
Installing Silobreaker transforms also includes a custom entity set. Our transforms can return both Maltego and Silobreaker entities depending on the transform being used. Maltego entities are used when the returned entity type exists in both Maltego and Silobreaker. Otherwise, a Silobreaker custom entity will be returned. In both cases the returned entity will have a Silobreaker icon. Visit our [user guide](https://my.silobreaker.com/Help-v2/basics/entities/#entity-types) to read more about our entities [^1].

## Association/relation Transforms

Expand Down Expand Up @@ -308,4 +308,4 @@ This special transform is used to investigate relations. If you have used any of
Same as `Document Evidence For Link` including paste results.

___
<b id="footnote1">1</b> You must have a Silobreaker user account to view the user guide. [](#f1)
[^1]: You must have a Silobreaker user account to view the user guide.

0 comments on commit 79f0636

Please sign in to comment.