This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
" Thiers chrome-extension://ihlenndgcmojhcghmfjfneahoeklbjjh/pages/mappings.html | |
" Mine: https://gist.github.com/datavistics/b78637dcd58641cd062cfa5091b2374b | |
set nosmoothscroll | |
set noautofocus " The opposite of autofocus; this setting stops | |
" sites from focusing on an input box when they load | |
set typelinkhints | |
let hintcharacters = "fjdkslaghruvn" |
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
{% extends "base.html" %} | |
{% block meta %} | |
<meta name="author" content="{{ article.author.name }}" /> | |
<meta name="description" content="{{ article.summary|striptags|escape }}" /> | |
<meta name="keywords" content="{{ article.tags|join(', ')|escape }}"> | |
{% include "partial/og_article.html" %} | |
{% endblock %} |
Loading
Sorry, something went wrong. Reload?
Sorry, we cannot display this file.
Sorry, this file is invalid so it cannot be displayed.