Skip to content

Instantly share code, notes, and snippets.

Call graph:
1 (16) << TOTAL >>
1 (16) Thread_bed4301
1 (16) start (in libdyld.dylib) + 1 [0x10bb94145]
1 (16) main (in Artsy) + 151 [0x10713d4c7] main.m:7
1 (16) UIApplicationMain (in UIKit) + 1282 [0x108f92900]
1 (16) GSEventRunModal (in GraphicsServices) + 161 [0x10d3f0a3e]
1 (16) CFRunLoopRunSpecific (in CoreFoundation) + 470 [0x10acf2366]
1 (16) __CFRunLoopRun (in CoreFoundation) + 1901 [0x10acf2d3d]
1 (16) __CFRunLoopDoTimer (in CoreFoundation) + 1045 [0x10ad30d35]
{% comment %}
Responsive images with srcset.
{% endcomment %}
{% assign default_default_size = "480x" %}
{% assign default_sizes = "100vw" %}
{% if default_size == nil %}{% assign default_size = default_default_size %}{% endif %}
{% if sizes == nil %}{% assign sizes = default_sizes %}{% endif %}
{%- layout none -%}
[{%- for result in search.results -%}
{%- unless forloop.index == 1 -%},{%- endunless -%}
{
"id": {{ result.id | json }},
"title": {{ result.title | json }},
"featured_image": {{ result.featured_image | json}},
"url": {{ result.url | json }},
"options": {{ result.options | json }}
}{%- endfor -%}]
```liquid
<header role="banner">
{% if template.name == 'index' %}
<h1 itemscope itemtype="http://schema.org/Organization">
{% else %}
<div class="h1" itemscope itemtype="http://schema.org/Organization">
{% endif %}
<a href="/" itemprop="url" class="site-logo{% if section.settings.logo != blank %} site-header__logo-image{% endif %}">
{% if section.settings.logo != blank %}
{% capture image_size %}{{ section.settings.logo_max_width }}x{% endcapture %}
### Keybase proof
I hereby claim:
* I am 1aurabrown on github.
* I am 1aurabrown (https://keybase.io/1aurabrown) on keybase.
* I have a public key ASAGH7mrxeIANxzQuOz0OHuxD71k2ISP1iWAe-u3pDoSTQo
To claim this, I am signing this object:
@import url('https://fonts.googleapis.com/css2?family=Source+Serif+Pro&display=swap');
@import url('https://fonts.googleapis.com/css2?family=Inter&display=swap');
:root {
/* Fonts */
--font-serif: 'Source Serif Pro', serif;
--font-sans-serif: 'Inter', sans-serif;
--blue-color: #2064D2;
--light-blue-color: #4085F1;
--pale-blue-color: #E2EEFF;
--blue-accent-color: #B8D3F9;