Skip to content

Commit faf15b8

Browse files
committed
check 2
1 parent c673709 commit faf15b8

3 files changed

Lines changed: 13 additions & 15 deletions

File tree

Makefile

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,6 +1,6 @@
11
.PHONY: down push pull lint test format build up
22

3-
all: build up
3+
all: down build up
44

55
build:
66
docker-compose build

src/app/templates/base.html

Lines changed: 0 additions & 14 deletions
This file was deleted.

src/app/templates/index.html

Lines changed: 12 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -3,6 +3,18 @@
33
<head>
44
{% include 'shared/info.html' %}
55
<title>CVbuilder</title>
6+
<meta property="og:title" content="CVbuilder: Build your CV fast and easy way" />
7+
<meta property="og:description" content="This constructor will help you quickly and easily create a stylish resume that will catch the attention of employers." />
8+
<meta property="og:image" content="https://cvbuilder.art/static/media/preview.png" />
9+
<meta property="og:url" content="https://cvbuilder.art/" />
10+
<meta property="og:site_name" content="CVbuilder" />
11+
<meta property="og:type" content="website" />
12+
<meta property="og:locale" content="en_US" />
13+
<meta name="twitter:card" content="summary_large_image" />
14+
<meta name="twitter:title" content="CVbuilder: Build your CV fast and easy way" />
15+
<meta name="twitter:description" content="This constructor will help you quickly and easily create a stylish resume that will catch the attention of employers." />
16+
<meta name="twitter:image" content="https://cvbuilder.art/static/media/preview.png" />
17+
<meta name="twitter:site" content="@aqerdrs" />
618
</head>
719
<body>
820
<div class="container">

0 commit comments

Comments
 (0)