fix titles for index page
This commit is contained in:
parent
1661a839fe
commit
fc42d1df01
6 changed files with 11 additions and 8 deletions
|
@ -3,7 +3,7 @@ title: "You don't have a right to profit."
|
|||
summary: "People will go to ridiculous lengths in the name of protecting the “right” to profit. Let’s be real here. No one has a “right” to profit."
|
||||
author: "Abdullah Tarawneh"
|
||||
date: "2015-07-08"
|
||||
tags: ["grooveshark", "music", "music industry", "culture", "user generated content", "capitalism", "copyright"]
|
||||
tags: ["capitalism", "profit", "music", "music industry", "piracy", "distribution", "access"]
|
||||
category: "Blog"
|
||||
cover: ""
|
||||
---
|
||||
|
|
|
@ -9,13 +9,18 @@
|
|||
<link rel="stylesheet" href="{{ $styles.Permalink }}" integrity="{{ $styles.Data.Integrity }}" media="screen">
|
||||
<link rel="stylesheet" href="https://cdn.jsdelivr.net/npm/fork-awesome@1.1.7/css/fork-awesome.min.css" integrity="sha256-gsmEoJAws/Kd3CjuOQzLie5Q3yshhvmo7YNtBG7aaEY=" crossorigin="anonymous">
|
||||
<link rel="shortcut icon" href="/images/avatar.png" sizes="400x400">
|
||||
<title>{{ block "title" . }}{{ .Site.Title }}{{ end }}</title>
|
||||
{{ if .IsPage }}<meta name="keywords" content='{{ delimit .Params.tags " "}}'>{{ end }}
|
||||
{{ if .IsHome }}<title>{{ .Site.Title }}</title>
|
||||
<title itemprop="name">{{ .Site.Title }}</title>
|
||||
<meta property="og:title" content="{{ .Site.Title }}" />
|
||||
<meta name="twitter:title" content="{{ .Site.Title }}" />
|
||||
<meta itemprop="name" content="{{ .Site.Title }}" />
|
||||
{{ else }}<title>{{ .Title }} | {{ .Site.Title }}</title>
|
||||
<title itemprop="name">{{ .Title }} | {{ .Site.Title }}</title>
|
||||
<meta property="og:title" content="{{ .Title }} | {{ .Site.Title }}" />
|
||||
<meta name="twitter:title" content="{{ .Title }} | {{ .Site.Title }}" />
|
||||
<meta itemprop="name" content="{{ .Title }} | {{ .Site.Title }}" />
|
||||
<meta name="application-name" content="{{ .Title }} | {{ .Site.Title }}" />
|
||||
<meta itemprop="name" content="{{ .Title }} | {{ .Site.Title }}" />{{ end }}
|
||||
<meta name="application-name" content="{{ .Site.Title }}" />
|
||||
<meta property="og:site_name" content="{{ .Site.Title }}" />
|
||||
<meta name="description" content="{{ .Summary }}">
|
||||
<meta itemprop="description" content="{{ .Summary }}" />
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{ define "title" }}{{.Title}} | {{ .Site.Title }}{{ end }}
|
||||
{{ define "main" }}
|
||||
<main>
|
||||
<header class="section page-header">
|
||||
|
|
|
@ -1,4 +1,3 @@
|
|||
{{ define "title" }}{{ .Title }} | {{ .Site.Title }}{{ end }}
|
||||
{{ define "main" }}
|
||||
<main>
|
||||
<article class="page">
|
||||
|
|
|
@ -4,7 +4,7 @@
|
|||
<dl>
|
||||
<dt>email</dt>
|
||||
<dd>a@trwnh.com</dd>
|
||||
<dt>jabber</dt>
|
||||
<dt>xmpp</dt>
|
||||
<dd>a@trwnh.com</dd>
|
||||
<dt>fediverse</dt>
|
||||
<dd><a href="https://mastodon.social/@trwnh" rel="me">mastodon.social/@trwnh</a></dd>
|
||||
|
|
|
@ -2,7 +2,7 @@
|
|||
<div class="container">
|
||||
<a href="/" class="site-masthead">
|
||||
<img class="site-icon" src="/images/avatar.png">
|
||||
<h1 class="site-title">abdullah tarawneh, freelance creative and consultant.</h1>
|
||||
<h1 class="site-title">i'm abdullah tarawneh, freelance creative and consultant.</h1>
|
||||
</a>
|
||||
<nav class="site-nav">
|
||||
<ul>
|
||||
|
|
Loading…
Reference in a new issue