Quellcode durchsuchen

Add Twitter handle to <head> tags

tags/v1.0
Matt Baer vor 8 Jahren
Ursprung
Commit
b20a8e3fb8
6 geänderte Dateien mit 6 neuen und 0 gelöschten Zeilen
  1. +1
    -0
      static/about.html
  2. +1
    -0
      static/contact.html
  3. +1
    -0
      static/houses.html
  4. +1
    -0
      templates/browse.html
  5. +1
    -0
      templates/editor.html
  6. +1
    -0
      templates/stats.html

+ 1
- 0
static/about.html Datei anzeigen

@@ -16,6 +16,7 @@
<meta itemprop="name" content="About HTMLhouse">
<meta itemprop="description" content="HTMLhouse helps you publish HTML quickly. Created by the team at Write.as.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@HTMLhouse">
<meta name="twitter:title" content="About HTMLhouse">
<meta name="twitter:description" content="HTMLhouse helps you publish HTML quickly. Created by the team at Write.as.">
<meta property="og:title" content="About HTMLhouse" />


+ 1
- 0
static/contact.html Datei anzeigen

@@ -16,6 +16,7 @@
<meta itemprop="name" content="Contact HTMLhouse">
<meta itemprop="description" content="Contact the team at HTMLhouse.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@HTMLhouse">
<meta name="twitter:title" content="Contact HTMLhouse">
<meta name="twitter:description" content="Contact the team at HTMLhouse.">
<meta property="og:title" content="Contact HTMLhouse" />


+ 1
- 0
static/houses.html Datei anzeigen

@@ -16,6 +16,7 @@
<meta itemprop="name" content="my pages on HTMLhouse">
<meta itemprop="description" content="View the pages you've built on HTMLhouse.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@HTMLhouse">
<meta name="twitter:title" content="my pages on HTMLhouse">
<meta name="twitter:description" content="View the pages you've built on HTMLhouse.">
<meta property="og:title" content="my pages on HTMLhouse" />


+ 1
- 0
templates/browse.html Datei anzeigen

@@ -16,6 +16,7 @@
<meta itemprop="name" content="Browse HTMLhouses">
<meta itemprop="description" content="">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@HTMLhouse">
<meta name="twitter:title" content="Browse HTMLhouses">
<meta name="twitter:description" content="">
<meta property="og:title" content="Browse HTMLhouses" />


+ 1
- 0
templates/editor.html Datei anzeigen

@@ -16,6 +16,7 @@
<meta itemprop="name" content="HTMLhouse">
<meta itemprop="description" content="Publish HTML with HTMLhouse.">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@HTMLhouse">
<meta name="twitter:title" content="HTMLhouse">
<meta name="twitter:description" content="Publish HTML with HTMLhouse.">
<meta property="og:title" content="HTMLhouse" />


+ 1
- 0
templates/stats.html Datei anzeigen

@@ -16,6 +16,7 @@
<meta itemprop="name" content="{{.ID}}.html stats | HTMLhouse">
<meta itemprop="description" content="Page stats for {{.ID}}.html">
<meta name="twitter:card" content="summary_large_image">
<meta name="twitter:site" content="@HTMLhouse">
<meta name="twitter:title" content="{{.ID}}.html stats | HTMLhouse">
<meta name="twitter:description" content="Page stats for {{.ID}}.html">
<meta property="og:title" content="{{.ID}}.html stats | HTMLhouse" />


Laden…
Abbrechen
Speichern