diff --git a/content/images/menu1.svg b/content/images/menu1.svg
new file mode 100644
index 0000000..cde1d7a
--- /dev/null
+++ b/content/images/menu1.svg
@@ -0,0 +1,37 @@
+
+
+
+
diff --git a/content/posts/프린스의 방/프린스의 방.rst b/content/posts/프린스의 방/프린스의 방.rst
index 9efb9de..a72da4d 100644
--- a/content/posts/프린스의 방/프린스의 방.rst
+++ b/content/posts/프린스의 방/프린스의 방.rst
@@ -6,6 +6,9 @@
:category: works
:slug: 1-and-12-128th-seconds
+.. role:: raw-html(raw)
+ :format: html
+
| **프린스의 방에서의 1과 128분의 12초 | 1 and 12 128th seconds in the prince’s room**
| **Feb 2019**
|
@@ -16,7 +19,7 @@
.. image:: {attach}01.jpeg
:alt: alternate text
:class: abc
-
+
.. image:: {attach}02.jpeg
:alt: alternate text
:class: abc
diff --git a/themes/dianaband/static/base.css b/themes/dianaband/static/base.css
index f943962..3e56d01 100644
--- a/themes/dianaband/static/base.css
+++ b/themes/dianaband/static/base.css
@@ -38,6 +38,18 @@ img {
width: 45px;
}
+.menu {
+ position: fixed;
+ top: 15px;
+ width: 100%;
+ text-align: right;
+}
+
+.menu a {
+ display: inline-block;
+ width: 40px;
+}
+
.wrapper {
display: flex;
flex-direction: column;
diff --git a/themes/dianaband/templates/base.html b/themes/dianaband/templates/base.html
index 0dcf792..590a4c6 100644
--- a/themes/dianaband/templates/base.html
+++ b/themes/dianaband/templates/base.html
@@ -16,6 +16,11 @@
+