Compare commits
2 commits
44176dc8c3
...
48ab217a9c
Author | SHA1 | Date | |
---|---|---|---|
48ab217a9c | |||
73f6fca9fd |
3 changed files with 3 additions and 20 deletions
|
@ -2,6 +2,9 @@ title: dot/dots
|
|||
email: dani@00dani.me
|
||||
description: "Bootstrap and simple management script for my dotfiles"
|
||||
github_username: 00dani
|
||||
mastodon:
|
||||
- username: 00dani
|
||||
instance: vulpine.club
|
||||
url: 'https://dots.00dani.me'
|
||||
|
||||
# Build settings
|
||||
|
|
|
@ -1,20 +0,0 @@
|
|||
<head>
|
||||
<meta charset="utf-8">
|
||||
<meta http-equiv="X-UA-Compatible" content="IE=edge">
|
||||
<meta name="viewport" content="width=device-width, initial-scale=1">
|
||||
|
||||
<title>{% if page.title %}{{ page.title | escape }}{% else %}{{ site.title | escape }}{% endif %}</title>
|
||||
<meta name="description" content="{{ page.excerpt | default: site.description | strip_html | normalize_whitespace | truncate: 160 | escape }}">
|
||||
|
||||
{% assign full_base_url = '' %}
|
||||
{% if jekyll.environment == 'production' %}
|
||||
{% assign full_base_url = site.url | append: site.baseurl %}
|
||||
{% endif %}
|
||||
<link rel="stylesheet" href="{{ "/css/main.css" | prepend: full_base_url }}">
|
||||
<link rel="canonical" href="{{ page.url | replace:'index.html','' | prepend: full_base_url }}">
|
||||
<link rel="alternate" type="application/rss+xml" title="{{ site.title | escape }}" href="{{ "/feed.xml" | prepend: full_base_url }}">
|
||||
|
||||
{% if jekyll.environment == 'production' and site.google_analytics %}
|
||||
{% include google-analytics.html %}
|
||||
{% endif %}
|
||||
</head>
|
Loading…
Reference in a new issue