Add MKBHD video link

This commit is contained in:
Shadowfacts 2020-06-05 10:28:12 -04:00
parent 638fb12d92
commit b2ade96864
Signed by: shadowfacts
GPG Key ID: 94A5AB95422746E5
2 changed files with 11 additions and 8 deletions

View File

@ -110,14 +110,17 @@ article {
// Markdown decorations
@media screen and (min-width: 768px) {
a::before { content: "["; }
a::after { content: "](" attr(data-link) ")"; word-wrap: break-word; }
a::before, a::after {
color: var(--secondary-ui-text-color);
font-family: $monospace;
font-size: 0.75em;
a[data-link] {
text-decoration: none;
&::before { content: "["; }
&::after { content: "](" attr(data-link) ")"; word-wrap: break-word; }
&::before, &::after {
color: var(--secondary-ui-text-color);
font-family: $monospace;
font-size: 0.75em;
}
}
a { text-decoration: none; }
a:not([data-link]) { text-decoration: underline; }
sup.footnote-ref > a::before,
sup.footnote-ref > a::after,
a.footnote-backref::before, a.footnote-backref::after {

View File

@ -11,7 +11,7 @@ This is what algorithmic bias looks like. **Algorithms are not neutral.**[^1]
<figure>
<img src="<%= metadata.permalink %>/youtube_thumb.png" alt="YouTube thumbnail of an MKBHD video">
<figcaption>A screenshot of the thumbnail for a YouTube video from MKBHD titled "Reflecting on the Color of My Skin".</figcaption>
<figcaption>A screenshot of the thumbnail for a YouTube video from MKBHD titled "<a href="https://www.youtube.com/watch?v=o-_WXXVye3Y">Reflecting on the Color of My Skin</a>".</figcaption>
</figure>
[^1]: "Algorithm" is a word here used not in the purely computer science sense, but to mean a element of software which operates in a black box, often with a machine learning component, with little or no human supervision, input, or control.