mirror of
https://github.com/torproject/styleguide.git
synced 2024-11-23 09:29:49 +00:00
Remove temp files
This commit is contained in:
parent
29fdfe2255
commit
fcb14f5f5e
@ -1,12 +0,0 @@
|
||||
_model: page
|
||||
---
|
||||
title: Buttons
|
||||
---
|
||||
body:
|
||||
|
||||
Use Bootstrap's custom button styles for actions in forms, dialogs, and more
|
||||
with support for multiple sizes, states, and more.
|
||||
---
|
||||
_discoverable: yes
|
||||
---
|
||||
_template: alerts-component.html
|
@ -1,3 +0,0 @@
|
||||
[download]
|
||||
path = /downloads
|
||||
label = Download
|
@ -1,12 +0,0 @@
|
||||
_model: page
|
||||
---
|
||||
title: Buttons
|
||||
---
|
||||
body:
|
||||
|
||||
Use Bootstrap's custom button styles for actions in forms, dialogs, and more
|
||||
with support for multiple sizes, states, and more.
|
||||
---
|
||||
_discoverable: yes
|
||||
---
|
||||
_template: alerts-component.html
|
@ -1,6 +0,0 @@
|
||||
{% extends "layout.html" %}
|
||||
{% block title %}{{ this.title }}{% endblock %}
|
||||
{% block body %}
|
||||
<h1>{{ this.title }}</h1>
|
||||
|
||||
{{ this.body }}
|
@ -1,4 +0,0 @@
|
||||
{% macro get_link(page) -%}
|
||||
<a href="{{ page|url }}">{{ page.title }}{%
|
||||
if page.type == 'function' or page.type == 'method' %}(){% endif %}</a>
|
||||
{%- endmacro %}
|
Loading…
Reference in New Issue
Block a user