diff options
author | luxagraf <sng@luxagraf.net> | 2016-11-09 11:14:00 -0500 |
---|---|---|
committer | luxagraf <sng@luxagraf.net> | 2016-11-09 11:14:00 -0500 |
commit | ec998c334845f9468a7d77baba1dfa1ab664fdfe (patch) | |
tree | 1e4421edd33fc306e0874b499cdbc329daf276fb /design | |
parent | 4799ea2205e44736113cab9f9023df69f3c95f1f (diff) |
fixed some bugs in house template
Diffstat (limited to 'design')
-rw-r--r-- | design/sass/_house.scss | 13 | ||||
-rw-r--r-- | design/templates/details/for-sale-412-holman-ave.html | 21 |
2 files changed, 34 insertions, 0 deletions
diff --git a/design/sass/_house.scss b/design/sass/_house.scss index b830cb2..a0604b6 100644 --- a/design/sass/_house.scss +++ b/design/sass/_house.scss @@ -107,6 +107,19 @@ $blue: #39deea; color: $blue; } } +.house { + a, a:visited, a:hover { + color: $blue; + } + b { + @include fancy_sans; + } +} .house .image-cluster { margin-bottom: 3em; } +.house .post--article h1 { + @include fancy_sans; + margin-top: 2.2em; + margin-bottom: 1em; +} diff --git a/design/templates/details/for-sale-412-holman-ave.html b/design/templates/details/for-sale-412-holman-ave.html index 0c55f40..35c099c 100644 --- a/design/templates/details/for-sale-412-holman-ave.html +++ b/design/templates/details/for-sale-412-holman-ave.html @@ -20,6 +20,27 @@ <![endif]--> <link rel="manifest" href="manifest.json"> <meta property="fb:pages" content="900822029969349"/> + <link rel="canonical" href="https://412Holman.com/" /> + + <meta property="og:type" content="article"/> + <meta property="og:title" content="For Sale: 412 Holman Ave, Athens GA"/> + <meta property="og:url" content="https://412Holman.com/"/> + <meta property="og:description" content="412 Holman is 1434 sq ft of bright and cheery Normaltown charm. The house is move in ready with the option to convey washer, dryer and refrigerator. List price: $232,000"/> + <meta property="article:published_time" content="2016-11-10T20:53:01"/> + <meta property="article:author" content="Luxagraf"/> + <meta property="og:site_name" content="Luxagraf"/> + <meta property="og:image" content="https://412Holman.com/media/images/original/2016/2016-10-20_175109_412-Holman-Ave.jpg"/> + <meta property="og:locale" content="en_US"/> + <meta name="twitter:card" content="summary_large_image"/> + <meta name="twitter:description" content="412 Holman is 1434 sq ft of bright and cheery Normaltown charm. The house is move in ready with the option to convey washer, dryer and refrigerator. List price: $232,000"/> + <meta name="twitter:title" content="For Sale: 412 Holman Ave, Athens GA"/> + <meta name="twitter:site" content="@luxagraf"/> + <meta name="twitter:domain" content="luxagraf"/> + <meta name="twitter:image:src" content="https://412Holman.com/media/images/original/2016/2016-10-20_175109_412-Holman-Ave.jpg"/> + <meta name="twitter:creator" content="@luxagraf"/> + + + </head> <body> |